Commit 1a337109 authored by Jeremy Courtial's avatar Jeremy Courtial

Fix indentation & new line

parent b9a333f5
......@@ -147,7 +147,7 @@ func (s *ProjectsService) ListOwnedProjects(
// GitLab API docs:
// http://doc.gitlab.com/ce/api/projects.html#list-starred-projects
func (s *ProjectsService) ListStarredProjects(
opt *ListProjectsOptions) ([]*Project, *Response, error) {
opt *ListProjectsOptions) ([]*Project, *Response, error) {
req, err := s.client.NewRequest("GET", "projects/starred", opt)
if err != nil {
return nil, nil, err
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment