Skip to content

Commit 2189693

Browse files
authored
syntax highlighting
1 parent 2c56b0a commit 2189693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/variable_factor_serialization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Packing is done with the exposed functions `packVariable()::Dict{String, Any}` a
1010
as you would normally.
1111

1212
For example:
13-
```
13+
```julia
1414
using DistributedFactorGraphs
1515
using IncrementalInference, RoME
1616

@@ -36,7 +36,7 @@ upFactor = unpackFactor(dfg, pFactor, IncrementalInference)
3636

3737
As a more complex example, we can use JSON2 to stringify the data and write it to a folder of files as FileDFG does:
3838

39-
```
39+
```julia
4040
using DistributedFactorGraphs
4141
using IncrementalInference, RoME
4242

0 commit comments

Comments
 (0)