Skip to content

Commit

Permalink
chore: Refactor code style for consistent arrow functions
Browse files Browse the repository at this point in the history
  • Loading branch information
guidomodarelli committed Sep 4, 2024
1 parent 372c2ce commit 089b4b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class MalwareDetectionDataSource extends AlertsDataSource {
MALWARE_DETECTION_GROUP_KEY,
MALWARE_DETECTION_GROUP_VALUES,
this.id,
DATA_SOURCE_FILTER_CONTROLLED_MALWARE_DETECTION_RULE_GROUP
DATA_SOURCE_FILTER_CONTROLLED_MALWARE_DETECTION_RULE_GROUP,
),
];
}
Expand Down

0 comments on commit 089b4b6

Please sign in to comment.