Skip to content

Commit

Permalink
missing linebreak in hashcode helper file
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Noland committed Jan 24, 2021
1 parent c292725 commit 6e0ef36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira/hashcode.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ func HashStrings(strings []string) string {
}

return fmt.Sprintf("%d", HashString(buf.String()))
}
}

0 comments on commit 6e0ef36

Please sign in to comment.