Skip to content

Commit 5e6f132

Browse files
GaeaKatVassyli
authored andcommitted
Fixed formatting issues as per comment
1 parent 83c3d69 commit 5e6f132

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/GameTest.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -345,12 +345,13 @@ public function testIfActionsAreAddedAsExpected()
345345
], $viewpointToArray($v3));
346346
}
347347

348-
public function testCorrectVersioning(){
348+
public function testCorrectVersioning()
349+
{
349350
try {
350-
$version=new version(Game::getVersion());
351+
$version = new version(Game::getVersion());
351352
$this->assertTrue(true);
352353
} catch(\RuntimeException $e) {
353-
$this->fail(sprintf("Version failed SemVer check with error: %s",$e->getMessage()));
354+
$this->fail(sprintf("Version failed SemVer check with error: %s", $e->getMessage()));
354355
}
355356
}
356357
}

0 commit comments

Comments
 (0)