Skip to content

Commit

Permalink
Issue revel#136: go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
purohit committed Apr 27, 2013
1 parent 03d7f67 commit 59fc659
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions router_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,15 @@ var routeMatchTestCases = map[*http.Request]*RouteMatch{
Params: map[string]string{"id": "123"},
},

&http.Request{
&http.Request{
Method: "PATCH",
URL: &url.URL{Path: "/app/123"},
}: &RouteMatch{
ControllerName: "Application",
MethodName: "Update",
FixedParams: []string{},
Params: map[string]string{"id": "123"},
},
},

&http.Request{
Method: "POST",
Expand Down
2 changes: 1 addition & 1 deletion util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package revel
import (
"path"
"path/filepath"
"testing"
"reflect"
"testing"
)

func TestContentTypeByFilename(t *testing.T) {
Expand Down

0 comments on commit 59fc659

Please sign in to comment.