mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Use @strings where appropriate
This commit is contained in:
committed by
Dean Herbert
parent
dd86e75ea7
commit
deff5ad61e
@ -22,7 +22,7 @@ namespace osu.Game.Beatmaps.IO
|
||||
if (reader.Test(storage, path))
|
||||
return (ArchiveReader)Activator.CreateInstance(reader.Type, storage.GetStream(path));
|
||||
}
|
||||
throw new IOException("Unknown file format");
|
||||
throw new IOException(@"Unknown file format");
|
||||
}
|
||||
|
||||
protected static void AddReader<T>(Func<BasicStorage, string, bool> test) where T : ArchiveReader
|
||||
|
Reference in New Issue
Block a user