Skip to content

Commit 229ab21

Browse files
committed
lint fix
1 parent 7a9f4cf commit 229ab21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-distro-opentelemetry-node-autoinstrumentation/src/patches/instrumentation-patch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function patchLambdaServiceExtension(lambdaServiceExtension: any): void {
206206
}
207207
return requestMetadata;
208208
};
209-
209+
210210
lambdaServiceExtension.requestPreSpanHook = patchedRequestPreSpanHook;
211211
}
212212
}

0 commit comments

Comments
 (0)