Skip to content

Commit 67ed71f

Browse files
committed
tab to spaces
1 parent 4f3bebf commit 67ed71f

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/nordstrom/automation/junit

1 file changed

+1
-1
lines changed

src/main/java/com/nordstrom/automation/junit/Run.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static void intercept(@This final Object runner, @SuperCall final Callabl
4949
@Argument(0) final RunNotifier notifier) throws Exception {
5050

5151
JUnitConfig.getConfig();
52-
RUNNER_TO_NOTIFIER.put(runner, notifier);
52+
RUNNER_TO_NOTIFIER.put(runner, notifier);
5353

5454
attachRunListeners(runner, notifier);
5555

0 commit comments

Comments
 (0)