spacing oops

This commit is contained in:
S Stewart 2020-09-19 14:55:52 -05:00
parent e0cef6686d
commit c49dcca1ff

View File

@ -231,7 +231,7 @@ namespace osu.Game.Collections
public void DeleteAll() public void DeleteAll()
{ {
Collections.Clear(); Collections.Clear();
PostNotification?.Invoke(new ProgressCompletionNotification { Text = "Deleted all collections!"}); PostNotification?.Invoke(new ProgressCompletionNotification { Text = "Deleted all collections!" });
} }
private readonly object saveLock = new object(); private readonly object saveLock = new object();