Skip to content

Commit d0bf3b0

Browse files
fix lint
Signed-off-by: Holger Waschke <[email protected]>
1 parent 5f7f417 commit d0bf3b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notify/jira/jira_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ import (
3939
func stringPtr(v string) *string {
4040
return &v
4141
}
42+
4243
func boolPtr(v bool) *bool {
4344
return &v
4445
}

0 commit comments

Comments
 (0)