Skip to content

Commit

Permalink
fix gofumpt
Browse files Browse the repository at this point in the history
Signed-off-by: Yijie Qin <qinyijie@amazon.com>
  • Loading branch information
qinxx108 committed May 31, 2023
1 parent 2b92ec3 commit 4d2bc69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dispatch/route_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -907,9 +907,7 @@ routes:
if err := yaml.UnmarshalStrict([]byte(in), &ctree); err != nil {
t.Fatal(err)
}
var (
tree = NewRoute(&ctree, nil)
)
tree := NewRoute(&ctree, nil)

tests := []struct {
id string
Expand Down

0 comments on commit 4d2bc69

Please sign in to comment.