Fix indentation
This commit is contained in:
parent
669790a402
commit
d4cf74cd9f
|
|
@ -362,11 +362,11 @@ Socket createSocket(string socketFile, ushort port)
|
||||||
void printDocResponse(ref const AutocompleteResponse response, bool extended)
|
void printDocResponse(ref const AutocompleteResponse response, bool extended)
|
||||||
{
|
{
|
||||||
foreach (ref completion; response.completions)
|
foreach (ref completion; response.completions)
|
||||||
{
|
{
|
||||||
if (extended)
|
if (extended)
|
||||||
writeln(completion.definition);
|
writeln(completion.definition);
|
||||||
writeln(completion.documentation.escapeConsoleOutputString(true));
|
writeln(completion.documentation.escapeConsoleOutputString(true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void printIdentifierResponse(ref const AutocompleteResponse response)
|
void printIdentifierResponse(ref const AutocompleteResponse response)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue