Skip to content

Commit 9517b36

Browse files
committed
Reformat the file
Signed-off-by: Gabriela S. Soria <[email protected]>
1 parent e527274 commit 9517b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/glue-securityconfigurations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func ListGlueSecurityConfigurations(sess *session.Session) ([]Resource, error) {
3838
}
3939

4040
// Check if there are more security configurations to fetch
41-
if output.NextToken == nil || *output.NextToken == ""{
41+
if output.NextToken == nil || *output.NextToken == "" {
4242
break
4343
}
4444

0 commit comments

Comments
 (0)