Skip to content

Commit 5832672

Browse files
committed
Fix formatting issue
1 parent 976a5e0 commit 5832672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/appsec/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function processAppsecRequest(event: any, span: any): void {
1717
if (!enabled || !span || !startInvocationChannel.hasSubscribers) return;
1818

1919
const httpData = extractHTTPDataFromEvent(event);
20-
if (!httpData ) {
20+
if (!httpData) {
2121
return;
2222
}
2323

0 commit comments

Comments
 (0)