Skip to content

Commit 0ea5361

Browse files
committed
fix formatting
1 parent c7470b3 commit 0ea5361

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/GraphsDFG/services/GraphsDFGSerialization.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@ function unpackDFGMetadata(packed::PackedGraphsDFG)
9090
return !isnothing(v)
9191
end
9292

93-
return GraphsDFG{typeof(packed.solverParams), VT, FT}(;
94-
blobStores,
95-
props...,
96-
)
93+
return GraphsDFG{typeof(packed.solverParams), VT, FT}(; blobStores, props...)
9794
end
9895

9996
function unpackDFGMetadata!(dfg::GraphsDFG, packed::PackedGraphsDFG)

0 commit comments

Comments
 (0)