Fix code formatting
This commit is contained in:
parent
13df8f596e
commit
f4d086b1f5
|
|
@ -83,15 +83,15 @@ func assembleKeywordsPattern(words []string) string {
|
||||||
func init() {
|
func init() {
|
||||||
// populate with details to find keywords for reference, reopen, close
|
// populate with details to find keywords for reference, reopen, close
|
||||||
issueKeywordsToFind = []*IssueKeywordsToFind{
|
issueKeywordsToFind = []*IssueKeywordsToFind{
|
||||||
&IssueKeywordsToFind{
|
{
|
||||||
Pattern: regexp.MustCompile(issueRefRegexpStr),
|
Pattern: regexp.MustCompile(issueRefRegexpStr),
|
||||||
KeywordsFoundMask: KeywordsFoundReference,
|
KeywordsFoundMask: KeywordsFoundReference,
|
||||||
},
|
},
|
||||||
&IssueKeywordsToFind{
|
{
|
||||||
Pattern: regexp.MustCompile(assembleKeywordsPattern(issueReopenKeywords)),
|
Pattern: regexp.MustCompile(assembleKeywordsPattern(issueReopenKeywords)),
|
||||||
KeywordsFoundMask: KeywordsFoundReopen,
|
KeywordsFoundMask: KeywordsFoundReopen,
|
||||||
},
|
},
|
||||||
&IssueKeywordsToFind{
|
{
|
||||||
Pattern: regexp.MustCompile(assembleKeywordsPattern(issueCloseKeywords)),
|
Pattern: regexp.MustCompile(assembleKeywordsPattern(issueCloseKeywords)),
|
||||||
KeywordsFoundMask: KeywordsFoundClose,
|
KeywordsFoundMask: KeywordsFoundClose,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user