1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00

Fix whitespace

This commit is contained in:
Dean Herbert 2018-03-20 18:01:09 +09:00
parent 994c7bfabd
commit 625e561fc8

View File

@ -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);
}
}
}