Skip to content

Commit

Permalink
exec gofumpt on the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
codebien authored and na-- committed Aug 9, 2022
1 parent 6a2c4eb commit 0b73cd6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/v1/setup_teardown_routes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ func TestSetupData(t *testing.T) {
{"GET", "", `{}`},
},
}, {

name: "noSetup",
script: []byte(`
export default function(data) {
Expand Down
2 changes: 1 addition & 1 deletion converter/har/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

func TestIsAllowedURL(t *testing.T) {
var allowed = []struct {
allowed := []struct {
url string
only []string
skip []string
Expand Down
2 changes: 2 additions & 0 deletions js/tc39/tc39_norace_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
//go:build !race
// +build !race

// Heavily influenced by the fantastic work by @dop251 for https://github.com/dop251/goja

package tc39
Expand Down
2 changes: 2 additions & 0 deletions js/tc39/tc39_race_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
//go:build race
// +build race

// Heavily influenced by the fantastic work by @dop251 for https://github.com/dop251/goja

package tc39
Expand Down

0 comments on commit 0b73cd6

Please sign in to comment.