whitespace
This commit is contained in:
parent
f20e959fc5
commit
f47b7c75c0
|
@ -98,7 +98,7 @@ const(ACSymbol)*[] getSymbolsByTokenChain(T)(const(Scope)* completionScope,
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Log.trace("Found ", symbols[0].name, " at ", symbols[0].location,
|
Log.trace("Found ", symbols[0].name, " at ", symbols[0].location,
|
||||||
" with type", symbols[0].type is null ? "null" : symbols[0].type.name);
|
" with type ", symbols[0].type is null ? "null" : symbols[0].type.name);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (completionType == CompletionType.identifiers
|
if (completionType == CompletionType.identifiers
|
||||||
|
|
Loading…
Reference in New Issue