Skip to content

Commit b511a21

Browse files
Merge pull request #139 from ChrisRackauckas/fix-formatting
Apply JuliaFormatter to fix code formatting
2 parents ee1725c + 43d6c4f commit b511a21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ranges.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ const SOneTo{L} = SUnitRange{1, L}
146146
SOneTo(n::Int) = SOneTo{n}()
147147
Base.oneto(::StaticInt{N}) where {N} = SOneTo{N}()
148148

149-
const OptionallyStaticRange{F, L} = Union{OptionallyStaticUnitRange{F, L},
149+
const OptionallyStaticRange{
150+
F, L} = Union{OptionallyStaticUnitRange{F, L},
150151
OptionallyStaticStepRange{F, <:Any, L}}
151152

152153
# these probide a generic method for extracting potentially static values.

0 commit comments

Comments
 (0)