Loading
style(rate_limit): fix indentation in evaluate_rule count branch
The if-expression body aligned at column 24 (after `count, ttl = `),
producing 23-space indentation on the SADD/INCR call lines — not a
multiple of 2, which editorconfig-checker flags. Hoist the `if` to its
own line so the body sits at standard 2-space indentation.
Co-Authored-By:
Claude Opus 4.7 (1M context) <noreply@anthropic.com>