Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Nov 29, 2023
1 parent d4e271b commit bd202e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion spec/interpreter_std_spec.cr

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/float/printer/hexfloat.cr
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module Float::Printer::Hexfloat(F, U)
# hexSequence = /#{sign}?#{hexIndicator}#{hexSignificand}#{decExponent}/
# = /[+−]?0[Xx](?:[0-9A-Fa-f]*\.[0-9A-Fa-f]+|[0-9A-Fa-f]+\.?)[Pp][+−]?[0-9]+/
# ```
@[AlwaysInline]
def self.to_f(str : String, &)
ptr = str.to_unsafe
finish = ptr + str.bytesize
Expand Down

0 comments on commit bd202e2

Please sign in to comment.