Skip to content

Commit 7e0794e

Browse files
author
Tenglong Gu
committed
Fix Indentation
1 parent da4374c commit 7e0794e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/hooks/db_subnet_group/sdk_read_many_post_set_output.go.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
if ko.Status.Subnets != nil {
1111
for _, subnetIdIter := range ko.Status.Subnets {
12-
if subnetIdIter.SubnetIdentifier != nil {
13-
ko.Spec.SubnetIDs = append(ko.Spec.SubnetIDs, subnetIdIter.SubnetIdentifier)
14-
}
12+
if subnetIdIter.SubnetIdentifier != nil {
13+
ko.Spec.SubnetIDs = append(ko.Spec.SubnetIDs, subnetIdIter.SubnetIdentifier)
14+
}
1515
}
1616
}

0 commit comments

Comments
 (0)