From 481508d0e7ae9e4984ea380b9a43e589551c7a5b Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 18 Feb 2014 03:04:42 -0800 Subject: style: remove ws and enfore no-trailing-ws jscs rule --- src/ngRoute/route.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ngRoute/route.js') diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index 94c4b581..d078ea0b 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -11,7 +11,7 @@ * * ## Example * See {@link ngRoute.$route#example $route} for an example of configuring and using `ngRoute`. - * + * * {@installModule route} * *
@@ -28,7 +28,7 @@ var ngRouteModule = angular.module('ngRoute', ['ng']). * @description * * Used for configuring routes. - * + * * ## Example * See {@link ngRoute.$route#example $route} for an example of configuring and using `ngRoute`. * -- cgit v1.2.3