Skip to content

Commit 8a4b4cf

Browse files
chore(internal): formatting change
1 parent 797f96b commit 8a4b4cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,10 +796,12 @@ export class Kernel {
796796
invocations: API.Invocations = new API.Invocations(this);
797797
browsers: API.Browsers = new API.Browsers(this);
798798
}
799+
799800
Kernel.Deployments = Deployments;
800801
Kernel.Apps = Apps;
801802
Kernel.Invocations = Invocations;
802803
Kernel.Browsers = Browsers;
804+
803805
export declare namespace Kernel {
804806
export type RequestOptions = Opts.RequestOptions;
805807

0 commit comments

Comments
 (0)