Skip to content

Commit

Permalink
Addressing staticcheck feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPates committed Aug 28, 2024
1 parent 7d767ed commit abc0696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
func toJSON(stc interface{}) []byte {
JSON, err := json.MarshalIndent(stc, "", " ")
if err != nil {
log.Fatalf(err.Error())
log.Fatal(err)
}
return JSON
}
Expand Down

0 comments on commit abc0696

Please sign in to comment.