add blank line

This commit is contained in:
François de Campredon
2014-01-15 18:11:12 +01:00
parent 4c956bc8d5
commit 62644f420e
+1 -1
View File
@@ -92,4 +92,4 @@ declare module Promise {
* Make a Promise that fulfills when any item fulfills, and rejects if any item rejects.
*/
function race<R>(promises: Promise<R>[]): Promise<R>;
}
}