Skip to content

Commit 1b76a01

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 7ae832c commit 1b76a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parameter_indexing_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ for sys in [
116116
(:(a + b + t), p[1] + p[2] + fi.t, true),
117117
([:(a + b + t), :c], [p[1] + p[2] + fi.t, p[3]], true),
118118
((:(a + b + t), :c), (p[1] + p[2] + fi.t, p[3]), true),
119-
((; a = (; b = :(a + b))), (; a = (; b = p[1] + p[2])), true),
119+
((; a = (; b = :(a + b))), (; a = (; b = p[1] + p[2])), true)
120120
]
121121
get = getp(sys, sym)
122122
if check_inference

0 commit comments

Comments
 (0)