Skip to content

Commit

Permalink
[GH-939]: Fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitij-Katiyar committed Oct 10, 2023
1 parent 862a229 commit 7534a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/setup_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ const (
)

const (
lineBreak = "\n"
webhookURL = "\n [{{.WebhookURL}}]({{.WebhookURL}})"
lineBreak = "\n"
webhookURL = "[{{.WebhookURL}}]({{.WebhookURL}})"
)

func (p *Plugin) NewSetupFlow() *flow.Flow {
Expand Down

0 comments on commit 7534a97

Please sign in to comment.