aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-15 20:57:09 +0000
committerPeter Bacon Darwin2014-02-16 19:03:45 +0000
commit84d9a574169e40013f605549074fbf8057466ad5 (patch)
tree8f73ea6e0c97e33e2612f4f9d60c8eb379f83b77
parentecdb9a5688df3dc9c7c436574d5ec135354d11de (diff)
downloadangular.js-84d9a574169e40013f605549074fbf8057466ad5.tar.bz2
chore(doc-gen): remove trailing whitespace in ptor template
-rw-r--r--docs/config/templates/protractorTests.template.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config/templates/protractorTests.template.js b/docs/config/templates/protractorTests.template.js
index d7580a48..48f682a4 100644
--- a/docs/config/templates/protractorTests.template.js
+++ b/docs/config/templates/protractorTests.template.js
@@ -3,5 +3,5 @@ describe("{$ doc.description $}", function() {
browser.get("{$ doc.pathPrefix $}/{$ doc.examplePath $}");
});
-{$ doc.innerTest $}
-});
+{$ doc.innerTest $}
+}); \ No newline at end of file