run prettier formatting
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -96,7 +96,7 @@ class DevAppBuilder {
|
||||
registerApi<
|
||||
Api,
|
||||
Impl extends Api,
|
||||
Deps extends { [name in string]: unknown }
|
||||
Deps extends { [name in string]: unknown },
|
||||
>(factory: ApiFactory<Api, Impl, Deps>): DevAppBuilder {
|
||||
this.apis.push(factory);
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user