Skip to content

Commit 3c246f6

Browse files
jerryliang64claude
andcommitted
style(agent-tracing): fix oxfmt formatting in types.ts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0e8c85c commit 3c246f6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tegg/core/agent-tracing/src/types.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,7 @@ export interface TracerConfig {
150150
}
151151

152152
/** Apply user-facing TracerConfig to a tracer instance. */
153-
export function applyTracerConfig(
154-
tracer: { agentName: string },
155-
config: TracerConfig,
156-
): void {
153+
export function applyTracerConfig(tracer: { agentName: string }, config: TracerConfig): void {
157154
if (config.agentName !== undefined) {
158155
tracer.agentName = config.agentName;
159156
}

0 commit comments

Comments
 (0)