mirror of
https://github.com/ppy/osu.git
synced 2025-03-19 04:57:46 +08:00
Fix whitespace
This commit is contained in:
parent
994c7bfabd
commit
625e561fc8
@ -333,7 +333,7 @@ namespace osu.Game.Database
|
||||
{
|
||||
if (ZipFile.IsZipFile(path))
|
||||
return new ZipArchiveReader(Files.Storage.GetStream(path), Path.GetFileName(path));
|
||||
return new LegacyFilesystemReader(path);
|
||||
return new LegacyFilesystemReader(path);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user