Skip to content

Commit 5910a24

Browse files
committed
Fix formatting?
1 parent ba503b7 commit 5910a24

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

osu.Game.Tests/Visual/Gameplay/TestSceneFrameStabilityContainer.cs

+5-4
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,12 @@ public void TestRatePreservedWhenTimeNotProgressing()
130130
}
131131

132132
private void createStabilityContainer(double gameplayStartTime = double.MinValue) => AddStep("create container", () =>
133+
{
133134
mainContainer.Child = new FrameStabilityContainer(gameplayStartTime)
134-
{
135-
AllowBackwardsSeeks = true,
136-
}
137-
.WithChild(consumer = new ClockConsumingChild()));
135+
{
136+
AllowBackwardsSeeks = true,
137+
}.WithChild(consumer = new ClockConsumingChild());
138+
});
138139

139140
private void seekManualTo(double time) => AddStep($"seek manual clock to {time}", () => manualClock.CurrentTime = time);
140141

0 commit comments

Comments
 (0)