Skip to content

Commit 8747645

Browse files
committed
style: reformat
1 parent f673c92 commit 8747645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ func parseArgs() config {
277277
case "-r", "--record":
278278
value := nextArg(arg)
279279
record, err := strconv.Atoi(value)
280-
if err != nil {
280+
if err != nil {
281281
usageError("invalid record time: %v", value)
282282
}
283283

main_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
var (
16-
command = getCommand()
16+
command = getCommand()
1717
testPath = getCurrentDir()
1818
)
1919

0 commit comments

Comments
 (0)