summaryrefslogtreecommitdiff
path: root/src/uv.cc
diff options
context:
space:
mode:
authorSakthipriyan Vairamani <thechargingvolcano@gmail.com>2016-04-07 21:31:11 +0530
committerSakthipriyan Vairamani <thechargingvolcano@gmail.com>2016-04-25 19:24:27 +0530
commit2c480bdae67f333e888a6fd8b25425d8b3b50ff0 (patch)
tree8c549ea50f9fc785e43021d7556ac6d5346785ff /src/uv.cc
parent6781d917f49adfd5a00a7c251277ed9f971f3aee (diff)
downloadandroid-node-v8-2c480bdae67f333e888a6fd8b25425d8b3b50ff0.tar.gz
android-node-v8-2c480bdae67f333e888a6fd8b25425d8b3b50ff0.tar.bz2
android-node-v8-2c480bdae67f333e888a6fd8b25425d8b3b50ff0.zip
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/uv.cc')
-rw-r--r--src/uv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uv.cc b/src/uv.cc
index d03e775008..21520f5cb8 100644
--- a/src/uv.cc
+++ b/src/uv.cc
@@ -9,8 +9,8 @@ namespace uv {
using v8::Context;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
-using v8::Local;
using v8::Integer;
+using v8::Local;
using v8::Object;
using v8::String;
using v8::Value;