Skip to content

Commit da4374c

Browse files
author
Tenglong Gu
committed
Fix Indentation
1 parent 80b11b3 commit da4374c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/hooks/db_subnet_group/sdk_read_many_post_set_output.go.tpl

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

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

0 commit comments

Comments
 (0)