mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Remove unnecessary interpolated string specification
This commit is contained in:
@ -24,7 +24,7 @@ namespace osu.Game.Tests.Resources
|
|||||||
public static string GetQuickTestBeatmapForImport()
|
public static string GetQuickTestBeatmapForImport()
|
||||||
{
|
{
|
||||||
var tempPath = Path.GetTempFileName() + ".osz";
|
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))
|
using (var newFile = File.Create(tempPath))
|
||||||
stream.CopyTo(newFile);
|
stream.CopyTo(newFile);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user