Skip to content

Commit d64de60

Browse files
committed
Fix lint
1 parent 5d34b06 commit d64de60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shortcut/shortcut.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ func ExtractShortcutStoryID(title string) (string, error) {
2424
return matches[1], nil
2525
}
2626

27-
func GenerateShortcutStoryURL(shortcutBaseUrl, ticketId string) string {
28-
return fmt.Sprintf(storyURLFormat, shortcutBaseUrl, ticketId)
27+
func GenerateShortcutStoryURL(shortcutBaseURL, ticketID string) string {
28+
return fmt.Sprintf(storyURLFormat, shortcutBaseURL, ticketID)
2929
}

0 commit comments

Comments
 (0)