diff --git a/ngprogress/ngprogress-tests.ts b/ngprogress/ngprogress-tests.ts index 485682054..935ea1c97 100644 --- a/ngprogress/ngprogress-tests.ts +++ b/ngprogress/ngprogress-tests.ts @@ -13,4 +13,5 @@ ngProgress.status(); ngProgress.stop(); ngProgress.set(50); ngProgress.reset(); -ngProgress.complete(); \ No newline at end of file +ngProgress.complete(); + diff --git a/ngprogress/ngprogress.d.ts b/ngprogress/ngprogress.d.ts index f34496960..28506a379 100644 --- a/ngprogress/ngprogress.d.ts +++ b/ngprogress/ngprogress.d.ts @@ -1,6 +1,6 @@ // Type definitions for ngProgress 1.0.7 // Project: http://victorbjelkholm.github.io/ngProgress/ -// Definitions by: Martin McWhorter https://github.com/martinmcwhorter +// Definitions by: Martin McWhorter // Definitions: https://github.com/borisyankov/DefinitelyTyped declare module NgProgress { @@ -16,4 +16,5 @@ declare module NgProgress { complete(): void; } -} \ No newline at end of file +} +