Skip to content

Commit d73d92a

Browse files
committed
format
1 parent 7f9481d commit d73d92a

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/DistributedFactorGraphs.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,7 @@ export getMetadata,
215215

216216
# CRUD & SET
217217
export getVariableStates,
218-
addVariableState!,
219-
mergeVariableState!,
220-
deleteVariableState!,
221-
listVariableStates
218+
addVariableState!, mergeVariableState!, deleteVariableState!, listVariableStates
222219

223220
# PPE
224221
##------------------------------------------------------------------------------

src/entities/DFGVariable.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ function VariableState(variableType::VariableStateType; kwargs...)
8989
return VariableState{typeof(variableType)}(; kwargs...)
9090
end
9191

92-
9392
function VariableState(state::VariableState; kwargs...)
9493
return VariableState{typeof(getVariableType(state))}(;
9594
(key => deepcopy(getproperty(state, key)) for key in fieldnames(VariableState))...,

0 commit comments

Comments
 (0)