fix(analyzer): remove extra quote in structtag

This commit is contained in:
maulik13
2021-02-22 14:11:14 +01:00
committed by Felix Wiedmann
parent 7208daed1f
commit 08ab3af547

View File

@@ -49,7 +49,7 @@ type AnalyzedCommit struct {
// MessageBlock represents a block in the body section of a commit message
type MessageBlock struct {
Label string `yaml:"label""`
Label string `yaml:"label"`
Content string `yaml:"content"`
}