Skip to content

Commit c2082b2

Browse files
committed
[PREF]: code linting
1 parent aeca4d3 commit c2082b2

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

jetstream/resource_jetstream_consumer.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ func resourceConsumer() *schema.Resource {
131131
ForceNew: false,
132132
},
133133
"filter_subject": {
134-
Type: schema.TypeString,
135-
Description: "Only receive a subset of messages from the Stream based on the subject they entered the Stream on",
136-
Default: "",
137-
Optional: true,
138-
ForceNew: false,
134+
Type: schema.TypeString,
135+
Description: "Only receive a subset of messages from the Stream based on the subject they entered the Stream on",
136+
Default: "",
137+
Optional: true,
138+
ForceNew: false,
139139
ConflictsWith: []string{"filter_subjects"},
140140
},
141141
"filter_subjects": {

jetstream/resource_jetstream_consumer_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ func TestResourceConsumer(t *testing.T) {
136136
resource.TestCheckResourceAttr("jetstream_consumer.TEST_C3", "filter_subject", "TEST.a"),
137137
),
138138
},
139-
140139
},
141140
})
142141
}

0 commit comments

Comments
 (0)