diff options
author | Sakthipriyan Vairamani <thechargingvolcano@gmail.com> | 2016-04-07 21:31:11 +0530 |
---|---|---|
committer | Sakthipriyan Vairamani <thechargingvolcano@gmail.com> | 2016-04-25 19:24:27 +0530 |
commit | 2c480bdae67f333e888a6fd8b25425d8b3b50ff0 (patch) | |
tree | 8c549ea50f9fc785e43021d7556ac6d5346785ff /src/util.cc | |
parent | 6781d917f49adfd5a00a7c251277ed9f971f3aee (diff) | |
download | node-new-2c480bdae67f333e888a6fd8b25425d8b3b50ff0.tar.gz |
src: fix check-imports.py linter errors
This patch fixes all the linter errors.
PR-URL: https://github.com/nodejs/node/pull/6105
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/util.cc')
-rw-r--r-- | src/util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cc b/src/util.cc index 20325d0bed..0de8321e3f 100644 --- a/src/util.cc +++ b/src/util.cc @@ -6,8 +6,8 @@ namespace node { using v8::Isolate; -using v8::String; using v8::Local; +using v8::String; using v8::Value; static int MakeUtf8String(Isolate* isolate, |