Fix whitespace in requirejs typings/tests

This commit is contained in:
Kenneth G. Franqueiro
2015-06-14 11:40:06 -04:00
parent 230b346dad
commit 7c374bf1e5
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -30,12 +30,12 @@ OTHER DEALINGS IN THE SOFTWARE.
*/
declare module 'module' {
var mod: {
config: () => any;
id: string;
uri: string;
}
export = mod;
var mod: {
config: () => any;
id: string;
uri: string;
}
export = mod;
}
interface RequireError extends Error {