Skip to content

Commit

Permalink
fix: gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
cainelli committed Apr 3, 2024
1 parent e749d6c commit 240ba01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/pkg/unit/unit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ func TestGetDelegatedVirtualService(t *testing.T) {
},
want: nil,
wantErr: true,
}}
},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
got, err := GetDelegatedVirtualService(tt.args.delegate, tt.args.virtualServices)
Expand Down

0 comments on commit 240ba01

Please sign in to comment.