Skip to content

Commit 0a98e6d

Browse files
committed
Fix spacing
1 parent 3d7d1b0 commit 0a98e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/src/org/labkey/test/tests/targetedms/InstrumentSchedulingTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,10 @@ public void testSchedule() throws IOException, CommandException
292292
waitAndClickAndWait(Locator.linkWithText("All instrument calendar view"));
293293
waitForText(INSTRUMENT_1, INSTRUMENT_2, INACTIVE_INSTRUMENT);
294294

295-
assertProjectEventCounts(twoDayReservationOverWeekend.get() ? 6: 5, 0);
295+
assertProjectEventCounts(twoDayReservationOverWeekend.get() ? 6 : 5, 0);
296296

297297
selectOptionByText(Locator.id("projectFilter"), PROJECT_2);
298-
assertProjectEventCounts(twoDayReservationOverWeekend.get() ? 4: 3, 2);
298+
assertProjectEventCounts(twoDayReservationOverWeekend.get() ? 4 : 3, 2);
299299

300300
goToDashboard();
301301
waitAndClickAndWait(Locator.linkWithText("Instrument billing report"));

0 commit comments

Comments
 (0)