Skip to content

Commit 179532a

Browse files
committed
adding a new line
1 parent 32acac4 commit 179532a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Github/Api/Search.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public function code($q, $sort = 'updated', $order = 'desc')
7676
public function code_with_match($q, $sort = 'updated', $order = 'desc')
7777
{
7878
$this->acceptHeaderValue = 'application/vnd.github.v3.text-match+json';
79+
7980
return $this->code($q, $sort, $order);
8081
}
8182

0 commit comments

Comments
 (0)