docs(Injector): remove unwanted tab characters in the examples

These mess up the jade templates that use tabs for structuring the output.
This commit is contained in:
Peter Bacon Darwin 2015-04-28 14:31:13 +01:00
parent c269bd5d3c
commit 7fb2f2069c
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ function _isWaiting(obj):boolean {
* }
*
* class Car {
* constructor(@Inject(Engine) engine) {
* }
* constructor(@Inject(Engine) engine) {
* }
* }
*
* ```