Skip to content

Commit

Permalink
Merge pull request #38 from NVIDIA/fix-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq1890 committed Aug 26, 2024
2 parents 08b8026 + 6d7daed commit 72194ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nvdrain/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func main() {

err := c.Run(os.Args)
if err != nil {
log.Fatalf(err.Error())
log.Fatal(err.Error())
}
}

Expand Down

0 comments on commit 72194ac

Please sign in to comment.