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:
parent
c269bd5d3c
commit
7fb2f2069c
|
@ -36,8 +36,8 @@ function _isWaiting(obj):boolean {
|
|||
* }
|
||||
*
|
||||
* class Car {
|
||||
* constructor(@Inject(Engine) engine) {
|
||||
* }
|
||||
* constructor(@Inject(Engine) engine) {
|
||||
* }
|
||||
* }
|
||||
*
|
||||
* ```
|
||||
|
|
Loading…
Reference in New Issue