Skip to content

Commit 2e558d7

Browse files
committed
fix formatting
1 parent 2af6855 commit 2e558d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/AbstractDFG.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ end
6565
$(SIGNATURES)
6666
Function to get the type of the variables in the DFG.
6767
"""
68-
getTypeDFGVariables(::AbstractDFG{V, F}) where {V,F} = V
68+
getTypeDFGVariables(::AbstractDFG{V, F}) where {V, F} = V
6969

7070
"""
7171
$(SIGNATURES)
7272
Function to get the type of the factors in the DFG.
7373
"""
74-
getTypeDFGFactors(::AbstractDFG{V, F}) where {V,F} = F
74+
getTypeDFGFactors(::AbstractDFG{V, F}) where {V, F} = F
7575

7676
##------------------------------------------------------------------------------
7777
## Setters

0 commit comments

Comments
 (0)