1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 21:08:34 +08:00

Add newlines at the end of the file

This commit is contained in:
Shivam
2020-06-11 15:52:14 +02:00
Unverified
parent 603054f521
commit 222ac86304
4 changed files with 4 additions and 3 deletions
@@ -293,3 +293,4 @@ namespace osu.Game.Tests.NonVisual
}
}
}
@@ -153,4 +153,4 @@ namespace osu.Game.Tournament.Tests.NonVisual
}
private string tournamentBasePath(string testInstance) => Path.Combine(RuntimeInfo.StartupDirectory, "headless", testInstance, "tournaments");
}
}
}
@@ -26,4 +26,4 @@ namespace osu.Game.Tournament.Configuration
{
CurrentTournament,
}
}
}
@@ -16,4 +16,4 @@ namespace osu.Game.Tournament.IO
AddExtension("mp4");
}
}
}
}