Skip to content

Commit

Permalink
Fix clan-format warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Jul 31, 2023
1 parent 164f669 commit 904d80c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/oj/parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,6 @@ oj_num_as_value(NumInfo ni) {

if ((long)ni->len != (long)(end - ni->str)) {
rb_raise(ni->pi->err_class, "Invalid float");
//rb_raise(oj_parse_error_class, "Invalid float");
}
rnum = rb_float_new(d);
}
Expand Down

0 comments on commit 904d80c

Please sign in to comment.