[other] nimsuggest: adhere to our style guide

(cherry picked from commit b70295c768)
This commit is contained in:
Araq
2019-06-13 09:58:46 +02:00
committed by narimiran
parent b4464f1dfa
commit 9e28b3ccc9

View File

@@ -224,8 +224,8 @@ proc executeEpc(cmd: IdeCmd, args: SexpNode;
execute(cmd, file, dirtyfile, int(line), int(column), graph)
proc returnEpc(socket: Socket, uid: BiggestInt, s: SexpNode|string,
return_symbol = "return") =
let response = $convertSexp([newSSymbol(return_symbol), uid, s])
returnSymbol = "return") =
let response = $convertSexp([newSSymbol(returnSymbol), uid, s])
socket.send(toHex(len(response), 6))
socket.send(response)