Skip to content

Commit

Permalink
Remove new line before output
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwickenden committed Oct 30, 2023
1 parent 2f87f6b commit 43a834e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ func main() {
}

profile := metacredsaws.GenerateProfile("pentest", *region, creds)
fmt.Printf("\n%v\n", profile)
fmt.Printf("%v\n", profile)
}

0 comments on commit 43a834e

Please sign in to comment.