Skip to content

Commit

Permalink
format: fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 15, 2023
1 parent 1b34b39 commit 78dd436
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/util/classes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ export const defaultCategories: Category[] = [
name: ['Comms', 'IM'],
rule: {
type: 'regex',
regex: 'Messenger|Telegram|Signal|WhatsApp|Rambox|Slack|Riot|Element|Discord|Nheko|NeoChat|Mattermost',
regex:
'Messenger|Telegram|Signal|WhatsApp|Rambox|Slack|Riot|Element|Discord|Nheko|NeoChat|Mattermost',
},
},
{ name: ['Comms', 'Email'], rule: { type: 'regex', regex: 'Gmail|Thunderbird|mutt|alpine' } },
Expand Down

1 comment on commit 78dd436

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.12.1 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.12.1 (click to expand)

Please sign in to comment.