diff options
| author | Peter Bacon Darwin | 2014-02-15 20:57:09 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:45 +0000 | 
| commit | 84d9a574169e40013f605549074fbf8057466ad5 (patch) | |
| tree | 8f73ea6e0c97e33e2612f4f9d60c8eb379f83b77 | |
| parent | ecdb9a5688df3dc9c7c436574d5ec135354d11de (diff) | |
| download | angular.js-84d9a574169e40013f605549074fbf8057466ad5.tar.bz2 | |
chore(doc-gen): remove trailing whitespace in ptor template
| -rw-r--r-- | docs/config/templates/protractorTests.template.js | 4 | 
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 | 
