Skip to content

Commit db9ef88

Browse files
committed
style(test): add whitespace after semicolons in companion test runner
mh_style flagged 2 whitespace_semicolon violations at the test dispatch table where the new sync + public-hook sub-tests were added (commits 1be2cc8 and e58bc35). Match the alignment of the existing 7 rows.
1 parent c47c0c1 commit db9ef88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_companion_tile_close_buttons.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ function test_companion_tile_close_buttons()
2828
[p, t] = test_close_all_clears_tracking_(); nPassed = nPassed + p; nTotal = nTotal + t;
2929
[p, t] = test_outside_figures_not_touched_(); nPassed = nPassed + p; nTotal = nTotal + t;
3030
[p, t] = test_toolbar_buttons_present_(); nPassed = nPassed + p; nTotal = nTotal + t;
31-
[p, t] = test_sync_pulls_prerendered_engine_();nPassed = nPassed + p; nTotal = nTotal + t;
32-
[p, t] = test_public_trackopenedfigure_hook_();nPassed = nPassed + p; nTotal = nTotal + t;
31+
[p, t] = test_sync_pulls_prerendered_engine_(); nPassed = nPassed + p; nTotal = nTotal + t;
32+
[p, t] = test_public_trackopenedfigure_hook_(); nPassed = nPassed + p; nTotal = nTotal + t;
3333

3434
if nPassed == nTotal
3535
fprintf(' All %d tests passed.\n', nTotal);

0 commit comments

Comments
 (0)