Skip to content

Commit b2d583a

Browse files
committed
format
1 parent 94b9e3a commit b2d583a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/probprog/Display.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ function Base.show(io::IO, trace::ProbProgTrace)
8484
else
8585
show(io, MIME"text/plain"(), trace)
8686
end
87-
end
87+
end

src/probprog/FFI.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,4 @@ function __init__()
298298
)::Cvoid
299299

300300
return nothing
301-
end
301+
end

src/probprog/Inference.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ function metropolis_hastings(
7070
else
7171
return (trace, false)
7272
end
73-
end
73+
end

src/probprog/Modeling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,4 +519,4 @@ function generate_internal(
519519
weight = TracedRArray{Float64,0}((), weight, ())
520520

521521
return trace, weight, result
522-
end
522+
end

src/probprog/ProbProg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ export sample, call, simulate, generate
2626

2727
export metropolis_hastings
2828

29-
end
29+
end

src/probprog/Types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ choicemap() = Constraint()
4646
function with_compiled_cache(f)
4747
cache = CompiledFnCache()
4848
return f(cache)
49-
end
49+
end

0 commit comments

Comments
 (0)