Skip to content

Commit 63c2ef3

Browse files
committed
Format
1 parent 43cab06 commit 63c2ef3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ const CheckUnits = 1 << 2
104104

105105
function check_independent_variables(ivs)
106106
for iv in ivs
107-
isparameter(iv) || throw(ArgumentError("Independent variable $iv is not a parameter."))
107+
isparameter(iv) ||
108+
throw(ArgumentError("Independent variable $iv is not a parameter."))
108109
end
109110
end
110111

0 commit comments

Comments
 (0)