From 5bf0b7f456cb80c2f9dd3436e1b5c8c89e954652 Mon Sep 17 00:00:00 2001 From: Seon-Wook Park Date: Mon, 28 Apr 2014 17:08:47 +0200 Subject: [PATCH] noble: Remove vim comments --- noble/noble-tests.ts | 1 - noble/noble.d.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/noble/noble-tests.ts b/noble/noble-tests.ts index 3e7b4afaf..46851ab52 100644 --- a/noble/noble-tests.ts +++ b/noble/noble-tests.ts @@ -80,4 +80,3 @@ descriptor.writeValue(new Buffer(1), (error: string): void => {}); descriptor.on("valueRead", (error: string, data: NodeBuffer): void => {}); descriptor.on("valueWrite", (error: string): void => {}); -// vim expandtab shiftwidth=4 diff --git a/noble/noble.d.ts b/noble/noble.d.ts index 20259f0a7..f9c833bd1 100644 --- a/noble/noble.d.ts +++ b/noble/noble.d.ts @@ -104,4 +104,3 @@ declare module "noble" { } } -// vim expandtab shiftwidth=4