whitespace

This commit is contained in:
Hackerpilot 2013-11-17 00:05:43 +00:00
parent f20e959fc5
commit f47b7c75c0
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ const(ACSymbol)*[] getSymbolsByTokenChain(T)(const(Scope)* completionScope,
else
{
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