Skip to content

Commit 6fa50aa

Browse files
committed
format: fix spacing in creation of DetectedAttackEvent
1 parent 95c72aa commit 6fa50aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent_api/src/main/java/dev/aikido/agent_api/background/cloud/api/events/DetectedAttack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public record AttackData (
4646
public static DetectedAttackEvent createAPIEvent(Attack attack, ContextObject context) {
4747
boolean blocking = getConfig().isBlockingEnabled();
4848
return new DetectedAttackEvent(
49-
"detected_attack", // type
49+
"detected_attack", // type
5050
buildRequestData(context), // request
5151
buildAttackData(attack, blocking), // attack
5252
getManagerInfo(), // agent

0 commit comments

Comments
 (0)