Formatting: Remove extra blank lines

This commit is contained in:
Cayle Sharrock 2016-11-30 16:48:45 +02:00
parent bd92817111
commit 99879bd684
2 changed files with 0 additions and 4 deletions

View File

@ -12,5 +12,3 @@ treeB.insert('hi');
treeB.insert('there');
treeB.insert('how');
treeB.insert('are');

2
bintrees/index.d.ts vendored
View File

@ -58,6 +58,4 @@ declare module 'bintrees' {
remove(item: T): boolean;
}
}