From 291d19109ea9d03ce647c5a5f5429c4feda71748 Mon Sep 17 00:00:00 2001 From: Jason Jarrett Date: Fri, 10 Apr 2015 22:58:41 -0700 Subject: [PATCH] testing out some stuff for NugetAutomation Only removing some whitepace while I test out some NugetAutomation work... --- breeze/breeze-tests.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/breeze/breeze-tests.ts b/breeze/breeze-tests.ts index 979bc5683..f309462af 100644 --- a/breeze/breeze-tests.ts +++ b/breeze/breeze-tests.ts @@ -3,7 +3,6 @@ import core = breeze.core; import config = breeze.config; - function test_dataType() { var typ = breeze.DataType.DateTime; var nm = typ.getName(); @@ -888,4 +887,4 @@ function test_config() { config.registerType(f1, "myCtor"); s = config.stringifyPad; o = config.typeRegistry; -} \ No newline at end of file +}