Rename const and fix unintended tabbing.

This commit is contained in:
Lucas A
2021-01-26 18:26:01 +01:00
parent 9f9206726a
commit 043385f919
2 changed files with 3 additions and 3 deletions

View File

@ -646,7 +646,7 @@ namespace osu.Game.Database
/// Select paths to import from stable. Default implementation iterates all directories in <see cref="ImportFromStablePath"/>.
/// </summary>
protected virtual IEnumerable<string> GetStableImportPaths(StableStorage stableStorage) => stableStorage.GetDirectories(ImportFromStablePath)
.Select(path => stableStorage.GetFullPath(path));
.Select(path => stableStorage.GetFullPath(path));
/// <summary>
/// Whether this specified path should be removed after successful import.