Skip to content

Commit 0e94402

Browse files
committed
sort usings/imports
1 parent 7aa1d39 commit 0e94402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OverflowContexts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ const UnsignedBitInteger = Union{UInt8, UInt16, UInt32, UInt64, UInt128}
55

66
using Base: BitInteger, promote, afoldl, @_inline_meta
77
import Base: literal_pow
8+
using Base.Checked: mul_with_overflow
89
import Base.Checked: checked_neg, checked_add, checked_sub, checked_mul, checked_abs,
910
checked_div, checked_fld, checked_cld, checked_mod, checked_rem
10-
using Base.Checked: mul_with_overflow
1111

1212
if VERSION v"1.11-alpha"
1313
import Base: power_by_squaring

0 commit comments

Comments
 (0)