Skip to content

Commit 21b17d9

Browse files
authored
Update CloudGraphsDFG.jl
1 parent f2fc7c0 commit 21b17d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CloudGraphsDFG/services/CloudGraphsDFG.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ function getFactor(dfg::CloudGraphsDFG, factorId::Int64)::DFGFactor
329329

330330
# Lastly, rebuild the metadata
331331
factor = dfg.rebuildFactorMetadata!(dfg, factor)
332-
# GUARANTEED never to bite us in the ass in the future...
332+
# GUARANTEED never to bite us in the future...
333333
# ... TODO: refactor if changed: https://github.com/JuliaRobotics/IncrementalInference.jl/issues/350
334334
getData(factor).fncargvID = _variableOrderSymbols
335335

0 commit comments

Comments
 (0)