Skip to content

Commit c1b6b28

Browse files
committed
Fix spacing
1 parent c4acc54 commit c1b6b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitpod-network-check/cmd/checks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ func createSecurityGroups(ctx context.Context, svc *ec2.Client, subnetID string)
470470
}
471471

472472
sgID := createSGOutput.GroupId
473-
log.Infof("ℹ️ Created security group with ID: %s", *sgID)
473+
log.Infof("ℹ️ Created security group with ID: %s", *sgID)
474474

475475
// Authorize HTTPS outbound traffic
476476
authorizeEgressInput := &ec2.AuthorizeSecurityGroupEgressInput{

0 commit comments

Comments
 (0)