mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 23:10:51 +08:00
Remove unnecessary cast
This commit is contained in:
@@ -12,6 +12,6 @@ namespace osu.Game.Tests.Platform
|
||||
{
|
||||
}
|
||||
|
||||
public override string GetDatabaseConnectionString(string name) => "Data Source=" + GetUsablePathFor($"{(object)name}.db", true);
|
||||
public override string GetDatabaseConnectionString(string name) => "Data Source=" + GetUsablePathFor($"{name}.db", true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user