run formatter

This commit is contained in:
Fabian Freund
2026-01-21 11:25:56 +01:00
parent dc4a5a9c85
commit baf19eed99
19 changed files with 231 additions and 109 deletions
@@ -52,7 +52,11 @@ class BangKey {
trigger: trigger,
);
} catch (e, s) {
logger.w('Failed to parse BangKey from string: "$key"', error: e, stackTrace: s);
logger.w(
'Failed to parse BangKey from string: "$key"',
error: e,
stackTrace: s,
);
return null;
}
}