Skip to content

Commit 4d2dfa6

Browse files
committed
improve readability
1 parent da4eff0 commit 4d2dfa6

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)