1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Remove redundant string interpolation

This commit is contained in:
Bartłomiej Dach 2024-03-29 10:36:17 +01:00
parent df4a28db91
commit 2d3b273974
No known key found for this signature in database

View File

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