Skip to content

Commit 91b3911

Browse files
authored
Update Repo.php
fix coding style issue.
1 parent 34e3370 commit 91b3911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/Repo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ public function createFromTemplate(string $templateOwner, string $templateRepo,
807807
{
808808
//This api is in preview mode, so set the correct accept-header
809809
$this->acceptHeaderValue = 'application/vnd.github.baptiste-preview+json';
810-
810+
811811
return $this->post('/repos/'.rawurldecode($templateOwner).'/'.rawurldecode($templateRepo).'/generate', $parameters);
812812
}
813813
}

0 commit comments

Comments
 (0)