From 2d20d913e35ddafd0ac6427ec7077f6ab2f25708 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 15 Jul 2018 11:49:09 +0200 Subject: [PATCH] Fix empty line --- tests/Utils/Git/CommitTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Utils/Git/CommitTest.php b/tests/Utils/Git/CommitTest.php index 46b6ffce4..689531b6a 100644 --- a/tests/Utils/Git/CommitTest.php +++ b/tests/Utils/Git/CommitTest.php @@ -100,5 +100,4 @@ class CommitTest extends \PHPUnit\Framework\TestCase $commit->setRepository(new Repository(realpath(__DIR__ . '/../../../'))); self::assertEquals(realpath(__DIR__ . '/../../../'), $commit->getRepository()->getPath()); } - }