mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
testing out some stuff for NugetAutomation
Only removing some whitepace while I test out some NugetAutomation work...
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user