0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-09-20 00:02:46 +02:00

chore: remove empty line

issue: #45
This commit is contained in:
hypervtechnics 2022-03-03 12:59:09 +01:00
parent 9d69abc45a
commit a1498c0832

View File

@ -202,7 +202,6 @@ func (p MessageProcessorImpl) Format(msg CommitMessage) (string, string, string)
// Parse a commit message.
func (p MessageProcessorImpl) Parse(subject, body string) CommitMessage {
filteredSubject := subject
if p.messageCfg.MessageSelector != "" {
subjectRegex := regexp.MustCompile(p.messageCfg.MessageSelector)