gofmt pass

This commit is contained in:
eanderton
2014-09-12 22:50:39 -04:00
parent 7f678451a8
commit d9e8f54d1c
11 changed files with 331 additions and 332 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ func assertPathMatch(t *testing.T, path, ref *Query) bool {
}
func assertPath(t *testing.T, query string, ref *Query) {
path, _:= parseQuery(lexQuery(query))
path, _ := parseQuery(lexQuery(query))
assertPathMatch(t, path, ref)
}