mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Apply batch fixing of built-in types using var
This commit is contained in:
@ -23,7 +23,7 @@ namespace osu.Game.Online.API
|
||||
|
||||
protected override WebRequest CreateWebRequest()
|
||||
{
|
||||
var file = Path.GetTempFileName();
|
||||
string file = Path.GetTempFileName();
|
||||
|
||||
File.Move(file, filename = Path.ChangeExtension(file, FileExtension));
|
||||
|
||||
|
Reference in New Issue
Block a user