Skip to content

Commit

Permalink
corrects formatting (gofmt)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSp1der committed Jul 1, 2024
1 parent 97a4b15 commit 41797d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/get_binding.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ func (h APIHandler) GetBinding(w http.ResponseWriter, req *http.Request) {
VolumeMounts: binding.VolumeMounts,
},
Parameters: binding.Parameters,
Endpoints: binding.Endpoints,
Endpoints: binding.Endpoints,
})
}

0 comments on commit 41797d5

Please sign in to comment.