Skip to content

Commit

Permalink
Fix existing code format too
Browse files Browse the repository at this point in the history
Signed-off-by: dttung2905 <ttdao.2015@accountancy.smu.edu.sg>
  • Loading branch information
dttung2905 committed Dec 22, 2022
1 parent 9776b92 commit f00ed41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions command/agent/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,7 @@ func TestParseConsistency(t *testing.T) {
must.EqOp(t, resp.Code, 400)

b = structs.QueryOptions{}
req, err = http.NewRequest("GET",
"/v1/catalog/nodes?consistent", nil)
req, err = http.NewRequest("GET", "/v1/catalog/nodes?consistent", nil)
must.NoError(t, err)

resp = httptest.NewRecorder()
Expand Down

0 comments on commit f00ed41

Please sign in to comment.