Skip to content

Commit 486dfc4

Browse files
committed
style: fix struct field alignment in test
Signed-off-by: Roman Kuznetsov <roku@lix.one>
1 parent 4661f36 commit 486dfc4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

internal/common/flagdinjector/flagdinjector_test.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -945,13 +945,13 @@ func intPtr(i int64) *int64 {
945945

946946
func getProxyConfig() *flagdproxy.FlagdProxyConfiguration {
947947
return &flagdproxy.FlagdProxyConfiguration{
948-
Port: 8013,
949-
ManagementPort: 8014,
950-
DebugLogging: false,
951-
Image: testImage,
952-
Tag: testTag,
953-
Namespace: "my-namespace",
954-
ClusterDomain: "cluster.local",
948+
Port: 8013,
949+
ManagementPort: 8014,
950+
DebugLogging: false,
951+
Image: testImage,
952+
Tag: testTag,
953+
Namespace: "my-namespace",
954+
ClusterDomain: "cluster.local",
955955
}
956956
}
957957

0 commit comments

Comments
 (0)