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)) if (ZipFile.IsZipFile(path))
return new ZipArchiveReader(Files.Storage.GetStream(path), Path.GetFileName(path)); return new ZipArchiveReader(Files.Storage.GetStream(path), Path.GetFileName(path));
return new LegacyFilesystemReader(path); return new LegacyFilesystemReader(path);
} }
} }
} }