From 7148685570bd72ea373c7b7f6ec75d67509fa4af Mon Sep 17 00:00:00 2001 From: Niklas Mollenhauer Date: Fri, 9 Oct 2015 07:32:32 +0200 Subject: [PATCH] Remove comments an new line --- easy-table/easy-table-0.2.0-tests.ts | 1 - easy-table/easy-table-tests.ts | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/easy-table/easy-table-0.2.0-tests.ts b/easy-table/easy-table-0.2.0-tests.ts index 732426064..93a4516bf 100644 --- a/easy-table/easy-table-0.2.0-tests.ts +++ b/easy-table/easy-table-0.2.0-tests.ts @@ -12,4 +12,3 @@ table.cell('aa', 1); table.cell('bb',1); table.print(); - diff --git a/easy-table/easy-table-tests.ts b/easy-table/easy-table-tests.ts index 56fdb7e3b..62bd78008 100644 --- a/easy-table/easy-table-tests.ts +++ b/easy-table/easy-table-tests.ts @@ -1,9 +1,7 @@ /// -//import * as Table from "easy-table"; -//import * as Table from "easy-table"; - import Table = require("easy-table"); + let data = [ { id: 123123, desc: 'Something awesome', price: 1000.00 }, { id: 245452, desc: 'Very interesting book', price: 11.45 },