Skip to content

Commit

Permalink
Code style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Németh Balázs committed Apr 15, 2019
1 parent c5e0fcd commit c60de9a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ private function executeQueryRelated(IntegrationTester $I)
$I->assertEquals($originalAlbum->id, $album->id);
}

private function executeSaveAfterQueryRelated(IntegrationTester $I) {
private function executeSaveAfterQueryRelated(IntegrationTester $I)
{
$album = Albums::findFirst();
$artist = $album->artist;

Expand Down

0 comments on commit c60de9a

Please sign in to comment.