From c861fdc95c3aa57b57b764e559f01ba1421fe58c Mon Sep 17 00:00:00 2001 From: John Jeffery Date: Wed, 21 May 2014 14:31:44 +1000 Subject: [PATCH] Add missing newline at EOF. --- angular-ui/angular-ui-router-tests.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/angular-ui/angular-ui-router-tests.ts b/angular-ui/angular-ui-router-tests.ts index 60f4a28fc..4804ad297 100644 --- a/angular-ui/angular-ui-router-tests.ts +++ b/angular-ui/angular-ui-router-tests.ts @@ -123,4 +123,5 @@ module UiViewScrollProviderTests { // And https://github.com/angular-ui/ui-router/releases/tag/0.2.8 $uiViewScrollProvider.useAnchorScroll(); }]); -} \ No newline at end of file +} +