some formatting

This commit is contained in:
Jorolf 2017-04-17 17:09:17 +02:00 committed by GitHub
parent 773e6a2911
commit 5d828a20e0

View File

@ -47,7 +47,6 @@ namespace osu.Desktop.VisualTests.Tests
},
};
slider.Current.BindTo(new BindableInt(5)
{
MaxValue = 10,
@ -72,7 +71,6 @@ namespace osu.Desktop.VisualTests.Tests
}
};
}
}
private class TooltipTextbox : OsuTextBox, IHasTooltip