removed spaces from api file

This commit is contained in:
Alex Wolfe 2015-04-22 08:36:45 -07:00
parent 787cb70460
commit 0ab35c0735

View File

@ -19,8 +19,8 @@ p.location-badge.
}
class Car {
constructor(@Inject(Engine) engine) {
}
constructor(@Inject(Engine) engine) {
}
}
```