Skip to content

Commit 4350eba

Browse files
author
Matt Humphrey
committed
CS for tests (new line EOF)
1 parent 06a244f commit 4350eba

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

test/Gitlab/Tests/Api/GroupsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ protected function getApiClass()
204204
{
205205
return 'Gitlab\Api\Groups';
206206
}
207-
}
207+
}

test/Gitlab/Tests/Api/MilestonesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ protected function getApiClass()
9797
{
9898
return 'Gitlab\Api\Milestones';
9999
}
100-
}
100+
}

test/Gitlab/Tests/Api/ProjectNamespacesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ protected function getApiClass()
4848
{
4949
return 'Gitlab\Api\ProjectNamespaces';
5050
}
51-
}
51+
}

test/Gitlab/Tests/Api/ProjectsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,4 +740,4 @@ protected function getApiClass()
740740
{
741741
return 'Gitlab\Api\Projects';
742742
}
743-
}
743+
}

test/Gitlab/Tests/Api/SnippetsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ protected function getApiClass()
111111
{
112112
return 'Gitlab\Api\Snippets';
113113
}
114-
}
114+
}

test/Gitlab/Tests/Api/SystemHooksTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ protected function getApiClass()
7777
{
7878
return 'Gitlab\Api\SystemHooks';
7979
}
80-
}
80+
}

test/Gitlab/Tests/Api/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ protected function getApiMock()
2727
->getMock()
2828
;
2929
}
30-
}
30+
}

test/Gitlab/Tests/Api/UsersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,4 +387,4 @@ protected function getApiClass()
387387
{
388388
return 'Gitlab\Api\Users';
389389
}
390-
}
390+
}

0 commit comments

Comments
 (0)