Skip to content

Commit 0cf0280

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/services/DFGFactor.jl

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

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

0 commit comments

Comments
 (0)