mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Remove unnecessary string interpolation
This commit is contained in:
@ -45,7 +45,7 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.Error(e, $"Failed to load ruleset settings");
|
||||
Logger.Error(e, "Failed to load ruleset settings");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user