Skip to content

Commit b62ae0c

Browse files
committed
Sniffs fix v2.
1 parent d28ad22 commit b62ae0c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Gitonomy/Git/Parser/LogParser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,4 @@ protected function consumeUnsupportedLinesToNewLine()
8888
$this->consumeNewLine();
8989
}
9090
}
91-
9291
}

tests/Gitonomy/Git/Tests/LogTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,4 @@ public function testParsesCommitsWithAndWithoutGitButlerHeaders(): void
133133
$this->assertEquals("Commit with GitButler headers\n", $log[1]['message']);
134134
$this->assertEquals("Another commit without GitButler headers\n", $log[2]['message']);
135135
}
136-
137136
}

0 commit comments

Comments
 (0)