Skip to content

Commit afcf4aa

Browse files
authored
cs
1 parent 499d23a commit afcf4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public function api($name)
202202
case 'integration':
203203
case 'integrations':
204204
$api = new Api\Integrations($this);
205-
break
205+
break;
206206
case 'apps':
207207
$api = new Api\Apps($this);
208208
break;

0 commit comments

Comments
 (0)