Skip to content

Commit e9c61a7

Browse files
committed
fix test formatting
1 parent e92ab0d commit e9c61a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kubernetes/resource_kubernetes_secret_v1_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ func testAccKubernetesSecretV1Config_data_wo(prefix string) string {
643643
}
644644
}
645645
646-
data_wo_revision = 1
646+
data_wo_revision = 1
647647
data_wo = {
648648
one = "one"
649649
}
@@ -665,7 +665,7 @@ func testAccKubernetesSecretV1Config_data_wo2(prefix string) string {
665665
}
666666
}
667667
668-
data_wo_revision = 2
668+
data_wo_revision = 2
669669
data_wo = {
670670
one = "one"
671671
two = "two"
@@ -688,7 +688,7 @@ func testAccKubernetesSecretV1Config_binaryData_wo(prefix string, bd string) str
688688
}
689689
}
690690
691-
binary_data_wo_revision = 1
691+
binary_data_wo_revision = 1
692692
binary_data_wo = {
693693
one = filebase64("%s/test-fixtures/binary.data")
694694
}
@@ -710,7 +710,7 @@ func testAccKubernetesSecretV1Config_binaryData_wo2(prefix string, bd string) st
710710
}
711711
}
712712
713-
binary_data_wo_revision = 2
713+
binary_data_wo_revision = 2
714714
binary_data_wo = {
715715
one = filebase64("%s/test-fixtures/binary.data")
716716
two = filebase64("%s/test-fixtures/binary2.data")

0 commit comments

Comments
 (0)