Skip to content

Commit a75a26c

Browse files
committed
Fix formatting issue
1 parent b22ad26 commit a75a26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Equation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ preserve_sharing(::Type{<:GraphNode}) = true
181181

182182
include("base.jl")
183183

184-
#! format: on
184+
#! format: off
185185
@inline function (::Type{N})(
186186
::Type{T1}=Undefined; val=nothing, feature=nothing, op=nothing, l=nothing, r=nothing, allocator=default_allocator,
187187
) where {T1,N<:AbstractExpressionNode}

0 commit comments

Comments
 (0)