Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Mar 3, 2024
1 parent 0e30dfc commit 3358724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ func TestRunner_OK(t *testing.T) {
},
"service grep relax": {
opt: &options{
searchPath: "main",
searchGrep: "package b",
relax: true,
searchPath: "main",
searchGrep: "package b",
relax: true,
},
expect: here.Doc(`
testdata/service-a/main.go
Expand Down

0 comments on commit 3358724

Please sign in to comment.