Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
svanharmelen committed Sep 29, 2023
1 parent 91f2456 commit 618236b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion merge_requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ func (s *MergeRequestsService) ListMergeRequesDiffs(pid interface{}, mergeReques
if err != nil {
return nil, nil, err
}

u := fmt.Sprintf("projects/%s/merge_requests/%d/diffs", PathEscape(project), mergeRequest)

req, err := s.client.NewRequest(http.MethodGet, u, opt, options)
Expand Down

0 comments on commit 618236b

Please sign in to comment.