Fix code formatting

This commit is contained in:
recapitalverb 2020-02-14 20:30:27 +07:00
parent a7c2fd078f
commit 10798aeab3
3 changed files with 3 additions and 1 deletions

View File

@ -226,7 +226,7 @@ protected override void PopIn()
private readonly Bindable<string> currentQuery = new Bindable<string>(string.Empty);
private ScheduledDelegate queryChangedDebounce;
[Resolved]
private PreviewTrackManager previewTrackManager { get; set; }

View File

@ -16,6 +16,7 @@ public class AudioDevicesSettings : SettingsSubsection
[Resolved]
private AudioManager audio { get; set; }
private SettingsDropdown<string> dropdown;
protected override void Dispose(bool isDisposing)

View File

@ -32,6 +32,7 @@ public class DrawableCarouselBeatmapSet : DrawableCarouselItem, IHasContextMenu
[Resolved]
private DialogOverlay dialogOverlay { get; set; }
private readonly BeatmapSetInfo beatmapSet;
public DrawableCarouselBeatmapSet(CarouselBeatmapSet set)