Simplify files via gofmt -s (thanks, Go Report Card!)

This commit is contained in:
pancho horrillo
2019-11-19 14:14:55 +01:00
parent 92fbb72735
commit 83e4523dc7
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ func TestServeHTTPCallsInnerMuxAfterAcquiringLock(t *testing.T) {
func TestUpdateUpdatesMuxWithProvideRouteList(t *testing.T) {
sm := New()
rs := []model.Route{
model.Route{
{
Method: "GET",
Pattern: "/",
Entrypoint: "/bin/sh -c",