Skip to content

Commit 666959b

Browse files
committed
format
1 parent 5c96c8e commit 666959b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/probprog/Utils.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,7 @@ function Base.getproperty(t::Union{ProbProgTrace,Constraint}, s::Symbol)
207207
end
208208
end
209209

210-
function donate_argument!(
211-
::Any, ::Union{ProbProgTrace,Constraint}, ::Int, ::Any, ::Any
212-
)
210+
function donate_argument!(::Any, ::Union{ProbProgTrace,Constraint}, ::Int, ::Any, ::Any)
213211
return nothing
214212
end
215213

0 commit comments

Comments
 (0)