Fixed formatting

This commit is contained in:
Igor Oleinikov
2013-10-25 19:21:41 +04:00
parent ffee8db898
commit 0efbf15672
2 changed files with 207 additions and 209 deletions
-2
View File
@@ -74,8 +74,6 @@ declare module Ix {
onErrorResumeNext<T>(second: Enumerable<T>): Enumerable<T>;
retry(retryCount?: number): Enumerable<T>;
}
export interface EnumerableStatic {