Skip to content

Commit 2735784

Browse files
committed
formatting
1 parent 67dd45a commit 2735784

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/contexts.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ Base.IteratorEltype(::Type{<:AbstractContext}) = Base.EltypeUnknown()
5252
Return `vn` but now with the prefix removed.
5353
"""
5454
function remove_prefix(vn::VarName)
55-
return VarName{Symbol(split(string(vn), string(DynamicPPL.PREFIX_SEPARATOR))[end])}(vn.indexing)
55+
return VarName{Symbol(split(string(vn), string(DynamicPPL.PREFIX_SEPARATOR))[end])}(
56+
vn.indexing
57+
)
5658
end
5759

5860
"""

0 commit comments

Comments
 (0)