Skip to content

Commit

Permalink
style: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Nov 23, 2024
1 parent f673c92 commit 8747645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func parseArgs() config {
case "-r", "--record":
value := nextArg(arg)
record, err := strconv.Atoi(value)
if err != nil {
if err != nil {
usageError("invalid record time: %v", value)
}

Expand Down
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

var (
command = getCommand()
command = getCommand()
testPath = getCurrentDir()
)

Expand Down

0 comments on commit 8747645

Please sign in to comment.