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

Remove unnecessary interpolated string specification

This commit is contained in:
Dean Herbert 2021-02-24 12:46:35 +09:00
parent 7000132d03
commit 59e6bad0b9

View File

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