From 5b7f1bcc009ac5574da39b25859de3ed3b48abf5 Mon Sep 17 00:00:00 2001 From: Caitlin Potter Date: Mon, 17 Mar 2014 21:47:25 -0400 Subject: style($templateCache): remove trailing whitespace This was introduced by 2ca6d650e8a13cee28f11c38622cab231787325f, somewhat inexplicably as I had run grunt ci-checks locally. But regardless, this should fix this up. --- src/ng/cacheFactory.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ng/cacheFactory.js b/src/ng/cacheFactory.js index 5d7c8c65..69c4ed93 100644 --- a/src/ng/cacheFactory.js +++ b/src/ng/cacheFactory.js @@ -208,13 +208,13 @@ function $CacheFactoryProvider() { * `$templateCache` service directly. * * Adding via the `script` tag: - * + * * ```html * * ``` - * + * * **Note:** the `script` tag containing the template does not need to be included in the `head` of * the document, but it must be below the `ng-app` definition. * -- cgit v1.2.3