Skip to content

Commit

Permalink
Update sync_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPates authored Aug 28, 2024
1 parent 4b3661b commit 2df0226
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 2df0226

Please sign in to comment.