Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Dec 6, 2023
1 parent 8f5e5fb commit 5ace269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/oj/usual.c
Expand Up @@ -602,7 +602,7 @@ static VALUE result(ojParser p) {
return *d->vhead;
}
if (d->raise_on_empty) {
rb_raise(oj_parse_error_class, "empty string");
rb_raise(oj_parse_error_class, "empty string");
}
return Qnil;
}
Expand Down

0 comments on commit 5ace269

Please sign in to comment.