Remove extra newlines

This commit is contained in:
Kevin Sawicki 2017-05-18 16:51:50 -07:00
parent 7aacf786d6
commit 7e185ef1a3
8 changed files with 0 additions and 10 deletions

View file

@ -39,7 +39,6 @@ const char kError[] = "error";
// JSON RPC 2.0 spec: http://www.jsonrpc.org/specification#error_object
const int kErrorInvalidParams = -32602;
bool ParseCommand(const base::DictionaryValue* command,
int* id,
std::string* method,