Skip to content

Commit

Permalink
Reformat the file
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriela S. Soria <gsoria@oreilly.com>
  • Loading branch information
gsoria committed May 29, 2024
1 parent e527274 commit 9517b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/glue-securityconfigurations.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func ListGlueSecurityConfigurations(sess *session.Session) ([]Resource, error) {
}

// Check if there are more security configurations to fetch
if output.NextToken == nil || *output.NextToken == ""{
if output.NextToken == nil || *output.NextToken == "" {
break
}

Expand Down

0 comments on commit 9517b36

Please sign in to comment.