Skip to content

Commit

Permalink
Formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Feb 13, 2025
1 parent a489e79 commit 9ba1ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/daemon/api_checks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ checks:
c.Check(rsp.Result.(responsePayload).Changed, DeepEquals, []string{"chk1", "chk3"})
}

func (s *apiSuite) postChecks(c *C, body string) (*resp) {
func (s *apiSuite) postChecks(c *C, body string) *resp {
req, err := http.NewRequest("POST", "/v1/checks", strings.NewReader(body))
c.Assert(err, IsNil)
rsp := v1PostChecks(apiCmd("/v1/checks"), req, nil).(*resp)
Expand Down

0 comments on commit 9ba1ccb

Please sign in to comment.