Skip to content

Commit

Permalink
[GH-939]: Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitij-Katiyar committed Oct 10, 2023
1 parent 58ea836 commit b635048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/setup_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ func (p *Plugin) stepWebhook() flow.Step {
Color: flow.ColorPrimary,
Dialog: &model.Dialog{
Title: "Jira Webhook URL",
IntroductionText: "Please copy and use the link below as webhook URL. Once you have entered all options and the webhook URL, select **Create**. \n" + fmt.Sprintf("\n")+ fmt.Sprintf("\n [{{.WebhookURL}}]({{.WebhookURL}})"),
IntroductionText: "Please copy and use the link below as webhook URL. Once you have entered all options and the webhook URL, select **Create**. \n" + fmt.Sprintf("\n") + fmt.Sprintf("\n [{{.WebhookURL}}]({{.WebhookURL}})"),

Check failure on line 403 in server/setup_flow.go

View workflow job for this annotation

GitHub Actions / plugin-ci / lint

S1039: unnecessary use of fmt.Sprintf (gosimple)
SubmitLabel: "Continue",
},
OnDialogSubmit: flow.DialogGoto(stepWebhookDone),
Expand Down

0 comments on commit b635048

Please sign in to comment.