Fix typo in function name
This commit is contained in:
parent
be6f5706ae
commit
649ee08e62
|
@ -210,7 +210,7 @@ private:
|
||||||
|| currentIs(tok!"debug")) && peekIs(tok!"(", false))
|
|| currentIs(tok!"debug")) && peekIs(tok!"(", false))
|
||||||
{
|
{
|
||||||
if (!assumeSorted(astInformation.constraintLocations).equalRange(current.index).empty)
|
if (!assumeSorted(astInformation.constraintLocations).equalRange(current.index).empty)
|
||||||
formatConstrtaint();
|
formatConstraint();
|
||||||
else
|
else
|
||||||
formatBlockHeader();
|
formatBlockHeader();
|
||||||
}
|
}
|
||||||
|
@ -277,7 +277,7 @@ private:
|
||||||
writeToken();
|
writeToken();
|
||||||
}
|
}
|
||||||
|
|
||||||
void formatConstrtaint()
|
void formatConstraint()
|
||||||
{
|
{
|
||||||
with (TemplateConstraintStyle) final switch (config.dfmt_template_constraint_style)
|
with (TemplateConstraintStyle) final switch (config.dfmt_template_constraint_style)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue