Skip to content

Commit da66e77

Browse files
yashmehrotramoshloop
authored andcommitted
chore: fix lint
1 parent c1bc592 commit da66e77

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

main.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ var (
2020
date = "unknown"
2121
)
2222

23-
var jsonOut bool
24-
var file string
23+
var (
24+
jsonOut bool
25+
file string
26+
)
2527

2628
func main() {
2729
if len(commit) > 8 {

0 commit comments

Comments
 (0)