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

Commit

Permalink
refactor: run the formatter (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Jun 11, 2019
1 parent b22b158 commit b7f358d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/agent/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ import {GoogleAuthOptions} from '@google-cloud/common';

export type DebugAgentConfig = GoogleAuthOptions &
{
[K in keyof ResolvedDebugAgentConfig]?: Partial<ResolvedDebugAgentConfig[K]>
[K in keyof ResolvedDebugAgentConfig]?: Partial<
ResolvedDebugAgentConfig[K]
>;
};

export type LogLevel =
Expand Down

0 comments on commit b7f358d

Please sign in to comment.