mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Remove unnecessary interpolated string specification
This commit is contained in:
parent
7000132d03
commit
59e6bad0b9
@ -24,7 +24,7 @@ namespace osu.Game.Tests.Resources
|
||||
public static string GetQuickTestBeatmapForImport()
|
||||
{
|
||||
var tempPath = Path.GetTempFileName() + ".osz";
|
||||
using (var stream = OpenResource($"Archives/241526 Soleily - Renatus_virtual_quick.osz"))
|
||||
using (var stream = OpenResource("Archives/241526 Soleily - Renatus_virtual_quick.osz"))
|
||||
using (var newFile = File.Create(tempPath))
|
||||
stream.CopyTo(newFile);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user