Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit b7f358d

Browse files
refactor: run the formatter (#720)
1 parent b22b158 commit b7f358d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/agent/config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ import {GoogleAuthOptions} from '@google-cloud/common';
1818

1919
export type DebugAgentConfig = GoogleAuthOptions &
2020
{
21-
[K in keyof ResolvedDebugAgentConfig]?: Partial<ResolvedDebugAgentConfig[K]>
21+
[K in keyof ResolvedDebugAgentConfig]?: Partial<
22+
ResolvedDebugAgentConfig[K]
23+
>;
2224
};
2325

2426
export type LogLevel =

0 commit comments

Comments
 (0)