Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hexadecimal numbers always prefixed with 0x
If a number was just "42", it will be treated as 0x42. This commit fixes it so 0x hexadecimal prefixes are not emitted if they're explicitly omitted.
- Loading branch information