Skip to content

Commit c49d5af

Browse files
committed
go fmt
1 parent ab4b130 commit c49d5af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pubsub/pulsar/pulsar_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ func TestParsePulsarMetadataReplicateSubscriptionState(t *testing.T) {
462462
},
463463
{
464464
name: "test replicateSubscriptionState false",
465-
replicateSubscriptionState: "false",
465+
replicateSubscriptionState: "false",
466466
expected: false,
467467
},
468468
{
@@ -478,11 +478,11 @@ func TestParsePulsarMetadataReplicateSubscriptionState(t *testing.T) {
478478
m.Properties = map[string]string{
479479
"host": "a",
480480
}
481-
481+
482482
if tc.replicateSubscriptionState != "" {
483483
m.Properties["replicateSubscriptionState"] = tc.replicateSubscriptionState
484484
}
485-
485+
486486
meta, err := parsePulsarMetadata(m)
487487

488488
require.NoError(t, err)

0 commit comments

Comments
 (0)