Skip to content

Commit fc8923b

Browse files
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 92524ae commit fc8923b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/services/DFGFactor.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ macro defFactorType(structname, factortype, manifold)
8686
Z::T
8787
end
8888

89-
Base.@__doc__ struct $packedstructname{T<:PackedSamplableBelief} <: AbstractPackedFactor
89+
Base.@__doc__ struct $packedstructname{T <: PackedSamplableBelief} <:
90+
AbstractPackedFactor
9091
Z::T
9192
end
9293

0 commit comments

Comments
 (0)