Skip to content

Commit a7cee1c

Browse files
format
1 parent 300f6ea commit a7cee1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/parameters.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ function isparameter(x)
88
if x isa Symbolic && Symbolics.getparent(x, false) !== false
99
p = Symbolics.getparent(x)
1010
isparameter(p) ||
11-
(hasmetadata(p, Symbolics.VariableSource) &&
12-
getmetadata(p, Symbolics.VariableSource)[1] == :parameters)
11+
(hasmetadata(p, Symbolics.VariableSource) &&
12+
getmetadata(p, Symbolics.VariableSource)[1] == :parameters)
1313
elseif istree(x) && operation(x) isa Symbolic
1414
getmetadata(x, MTKParameterCtx, false) ||
1515
isparameter(operation(x))

0 commit comments

Comments
 (0)