Skip to content

Commit 843657f

Browse files
committed
Fix formatting issue
1 parent bad7953 commit 843657f

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)