Skip to content

Commit 917334b

Browse files
Update src/submodel_macro.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ecf1e5d commit 917334b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/submodel_macro.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function submodel(prefix_expr, expr, ctx=esc(:__context__))
231231
ctx = prefix_submodel_context(prefix, L, ctx)
232232
catch e
233233
error(
234-
"failed to determine prefix from $(L); please specify prefix using the `@submodel prefix=\"your prefix\" ...` syntax"
234+
"failed to determine prefix from $(L); please specify prefix using the `@submodel prefix=\"your prefix\" ...` syntax",
235235
)
236236
end
237237
quote

0 commit comments

Comments
 (0)