Skip to content

Commit 96d66f3

Browse files
committed
[PREF]: code linting
1 parent b152fa4 commit 96d66f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetstream/util_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func testConsumerHasMetadata(t *testing.T, mgr *jsm.Manager, stream string, cons
4242
}
4343

4444
func testConsumerHasFilterSubjects(t *testing.T, mgr *jsm.Manager, stream string, consumer string, subjects []string) resource.TestCheckFunc {
45-
return func(s* terraform.State) error {
45+
return func(s *terraform.State) error {
4646
cons, err := mgr.LoadConsumer(stream, consumer)
4747
if err != nil {
4848
return err

0 commit comments

Comments
 (0)