Skip to content

Commit e7a6ac1

Browse files
committed
fix style error
1 parent a9a0135 commit e7a6ac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Gitonomy/Git/Tests/DiffTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ public function testThrowErrorOnBlobGetWithoutIndex()
246246
} catch(\RuntimeException $exception) {
247247
$this->assertSame('Index is missing to return Blob object.', $exception->getMessage());
248248
}
249+
249250
try {
250251
$file->getNewBlob();
251252
} catch(\RuntimeException $exception) {

0 commit comments

Comments
 (0)