Skip to content

Commit 43d6c4f

Browse files
author
SciML Bot
committed
Apply JuliaFormatter to fix code formatting
- Applied JuliaFormatter with SciML style guide - Formatted 1 files 🤖 Generated by OrgMaintenanceScripts.jl
1 parent ee1725c commit 43d6c4f

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)