docs(di/injector): remove invalid tab chars
These tabs were breaking the jade syntax generation
This commit is contained in:
parent
3571450b42
commit
8b9400ad92
|
@ -43,8 +43,8 @@ function _isWaiting(obj): boolean {
|
|||
* }
|
||||
*
|
||||
* class Car {
|
||||
* constructor(@Inject(Engine) engine) {
|
||||
* }
|
||||
* constructor(@Inject(Engine) engine) {
|
||||
* }
|
||||
* }
|
||||
*
|
||||
* ```
|
||||
|
|
Loading…
Reference in New Issue