From f97a1267e2e623f310bb3a18047017b7e50eb3e7 Mon Sep 17 00:00:00 2001 From: Trevor Norris Date: Mon, 19 Aug 2013 11:15:16 -0700 Subject: [PATCH] buffer: lint This and b80d11d are my fault. An unrelated test was failing, which prevents {js,cpp}lint from running automatically. --- src/node_buffer.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node_buffer.cc b/src/node_buffer.cc index 1a9e128504..e90e6a37bb 100644 --- a/src/node_buffer.cc +++ b/src/node_buffer.cc @@ -604,7 +604,6 @@ void SetupBufferJS(const FunctionCallbackInfo& args) { internal->Set(FIXED_ONE_BYTE_STRING(node_isolate, "byteLength"), FunctionTemplate::New(ByteLength)->GetFunction()); - }