Format the code

This commit is contained in:
Mubelotix
2025-06-19 15:55:12 +02:00
parent ab768f379f
commit 2d6dc83940
3 changed files with 5 additions and 4 deletions

View File

@ -422,7 +422,7 @@ impl Action {
match self {
// Any action that expands to others must return false, as it wouldn't be able to expand recursively.
All | AllGet | DocumentsAll | IndexesAll | ChatsAll | TasksAll | SettingsAll
| StatsAll | MetricsAll | DumpsAll | SnapshotsAll | ChatsSettingsAll => false,
| StatsAll | MetricsAll | DumpsAll | SnapshotsAll | ChatsSettingsAll => false,
Search => true,
DocumentsAdd => false,