Skip to content

Commit 8953af3

Browse files
committed
Fix lines
1 parent 4e6658d commit 8953af3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/Github/Api/Meta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ public function service()
1919
{
2020
return $this->get('meta');
2121
}
22-
}
22+
}

test/Github/Tests/Api/MetaTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ class MetaTest extends TestCase
99
*/
1010
public function shouldGetInformationService()
1111
{
12-
1312
$expectedArray = array(
1413
'hooks' => array(
1514
'127.0.0.1/32'
16-
),
15+
),
1716
'git' => array(
1817
'127.0.0.1/32'
1918
),

0 commit comments

Comments
 (0)