Skip to content

Commit

Permalink
Run "make fmt" #58
Browse files Browse the repository at this point in the history
  • Loading branch information
lastzero committed Nov 17, 2018
1 parent bb36226 commit 86a6dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/api/photos_test.go
Expand Up @@ -10,7 +10,7 @@ import (
func TestGetPhotos(t *testing.T) {
app, router, conf := NewTest()

GetPhotos(router, conf)
GetPhotos(router, conf)

result := TestRequest(app, "GET", "/api/v1/photos?count=10")

Expand Down
2 changes: 1 addition & 1 deletion internal/api/test.go
Expand Up @@ -24,4 +24,4 @@ func TestRequest(r http.Handler, method, path string) *httptest.ResponseRecorder
w := httptest.NewRecorder()
r.ServeHTTP(w, req)
return w
}
}

0 comments on commit 86a6dda

Please sign in to comment.