1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:47:26 +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 new TriangleButton
{ {
Text = "Import", Text = "Import",
Anchor = Anchor.BottomCentre, Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomCentre, Origin = Anchor.BottomCentre,
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,
Height = 50, Height = 50,
Width = 0.9f, Width = 0.9f,
Action = () => Action = () =>
{ {
var d = currentFile.Value?.FullName; var d = currentFile.Value?.FullName;
if (d != null) if (d != null)
startImport(d); startImport(d);