Skip to content

Commit 2b43ad6

Browse files
authored
Merge pull request #99 from JuliaRobotics/maintenance/3Q19/cleanup
improve readability slightly
2 parents c3e58d3 + 4d2dfa6 commit 2b43ad6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/FileDFG/services/FileDFG.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,10 @@ function saveDFG(dfg::G, folder::String) where G <: AbstractDFG
137137
end
138138
end
139139

140-
function loadDFG(folder::String, iifModule, dfgLoadInto::G=GraphsDFG{NoSolverParams}()) where G <: AbstractDFG
140+
function loadDFG(folder::String,
141+
iifModule,
142+
dfgLoadInto::G=GraphsDFG{NoSolverParams}()) where G <: AbstractDFG
143+
#
141144
variables = DFGVariable[]
142145
factors = DFGFactor[]
143146
varFolder = "$folder/variables"

0 commit comments

Comments
 (0)