1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 20:34:14 +08:00

Fix code formatting

This commit is contained in:
recapitalverb
2020-02-14 20:30:27 +07:00
Unverified
parent a7c2fd078f
commit 10798aeab3
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ namespace osu.Game.Overlays
private readonly Bindable<string> currentQuery = new Bindable<string>(string.Empty);
private ScheduledDelegate queryChangedDebounce;
[Resolved]
private PreviewTrackManager previewTrackManager { get; set; }
@@ -16,6 +16,7 @@ namespace osu.Game.Overlays.Settings.Sections.Audio
[Resolved]
private AudioManager audio { get; set; }
private SettingsDropdown<string> dropdown;
protected override void Dispose(bool isDisposing)
@@ -32,6 +32,7 @@ namespace osu.Game.Screens.Select.Carousel
[Resolved]
private DialogOverlay dialogOverlay { get; set; }
private readonly BeatmapSetInfo beatmapSet;
public DrawableCarouselBeatmapSet(CarouselBeatmapSet set)