Skip to content

Commit

Permalink
remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Jan 17, 2024
1 parent f238937 commit 7ecd28f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/app/cf-terraforming/cmd/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,6 @@ func generateResources() func(cmd *cobra.Command, args []string) {
if jsonStructData[i].(map[string]interface{})["description"] == "" {
jsonStructData[i].(map[string]interface{})["description"] = "default"
}

}
case "cloudflare_tunnel":
log.Debug("only requesting the first 1000 active Cloudflare Tunnels due to the service not providing correct pagination responses")
Expand Down

0 comments on commit 7ecd28f

Please sign in to comment.