mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:13:34 +08:00
Remove redundant string interpolation
This commit is contained in:
parent
df4a28db91
commit
2d3b273974
@ -435,7 +435,7 @@ namespace osu.Game.Beatmaps
|
||||
}
|
||||
|
||||
if (!beatmaps.Any())
|
||||
throw new ArgumentException($"No valid beatmap files found in the beatmap archive.");
|
||||
throw new ArgumentException("No valid beatmap files found in the beatmap archive.");
|
||||
|
||||
return beatmaps;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user