Skip to content

Commit 71d26b2

Browse files
committed
Tab/spacing
1 parent e0b0f99 commit 71d26b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/entities/DFGVariable.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ VariableNodeData(params...) = VariableNodeData{InferenceVariable}(params...)
3030
function VariableNodeData()
3131
st = stacktrace()
3232
@warn "VariableNodeData() is depreciated please use VariableNodeData{T}() or VariableNodeData(softtype::T) where T <: InferenceVariable. Enable DEBUG logging for stack trace."
33-
@debug st
33+
@debug st
3434
VariableNodeData{InferenceVariable}(zeros(1,1), zeros(1,1), Symbol[], Int[], 0, false, :NOTHING, Symbol[], SingletonInferenceVariable(), false, 0.0, false, false)
3535
end
3636

@@ -125,7 +125,7 @@ DFGVariable constructors.
125125
function DFGVariable(label::Symbol, _internalId::Int64 = 0) #where {T <:InferenceVariable}
126126
st = stacktrace()
127127
@warn "DFGVariable(label::Symbol, _internalId::Int64 = 0) is depreciated please use DFGVariable(label::Symbol, softtype::T, _internalId::Int64 = 0) where T <: InferenceVariable. Enable DEBUG logging for the stack trace."
128-
@debug st
128+
@debug st
129129
T = InferenceVariable
130130
DFGVariable(label, now(), Symbol[],
131131
Dict{Symbol, MeanMaxPPE}(),

0 commit comments

Comments
 (0)