Skip to content

Commit e1b52dc

Browse files
style: rearrange fields in commit
1 parent deee0e1 commit e1b52dc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

commit.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ type Header struct {
1616
Type string
1717
Scope string
1818
Description string
19-
FullHeader string
19+
20+
FullHeader string
2021
}
2122

2223
// Footer represents Footer in commit message
2324
type Footer struct {
24-
Notes []FooterNote
25+
Notes []FooterNote
26+
2527
FullFooter string
2628
}
2729

0 commit comments

Comments
 (0)