Skip to content

Commit 8549c21

Browse files
committed
cs
1 parent 2b906df commit 8549c21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Asset/ExtExerciseImpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ public function verify()
5252
{
5353
return new Success('success');
5454
}
55-
}
55+
}

test/ExerciseRunner/CustomRunnerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ public function testVerifyProxiesToExercise()
5151
{
5252
self::assertEquals($this->exercise->verify(), $this->runner->verify(new Input('app')));
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)