1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

dotnet format

This commit is contained in:
PercyDan54 2020-11-24 18:25:38 +08:00
parent 7ab27399bf
commit 739c18a34d
No known key found for this signature in database
GPG Key ID: 6AEA7C525131BAF3

View File

@ -135,14 +135,14 @@ namespace osu.Game.Screens.Import
{
new TriangleButton
{
Text = "Import",
Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomCentre,
RelativeSizeAxes = Axes.X,
Height = 50,
Width = 0.9f,
Action = () =>
{
Text = "Import",
Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomCentre,
RelativeSizeAxes = Axes.X,
Height = 50,
Width = 0.9f,
Action = () =>
{
var d = currentFile.Value?.FullName;
if (d != null)
startImport(d);