diff --git a/src/client.d b/src/client.d index ae2baf8..3fb554f 100644 --- a/src/client.d +++ b/src/client.d @@ -319,7 +319,7 @@ void printCompletionResponse(AutocompleteResponse response) } } // Deduplicate overloaded methods - foreach (line; app.data.sort.uniq) + foreach (line; app.data.sort().uniq) writeln(line); } }