Skip to content

Commit

Permalink
Minor indent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulu-Inuoe committed Dec 21, 2023
1 parent 67c0411 commit c128931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jzon.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ see `json-atom'"
(let ((exp10 (+ exp10 (* exp-sign exp-val))))
(return (values
(or (el:make-double mantissa exp10 (minusp sign))
(rtd:ratio-to-double (* mantissa (expt 10 exp10) sign)))
(rtd:ratio-to-double (* mantissa (expt 10 exp10) sign)))
c)))
c))))
(prog ((sign 1)
Expand Down

0 comments on commit c128931

Please sign in to comment.