Commit 7229ea1
style: fix hanging indent in helper-fixtures.R
lintr's indentation_linter flagged three continuation lines that were
indented one space too many (29 instead of 28, and 30 instead of 29).
Corrected to align exactly with the opening parenthesis of each call.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d12da5e commit 7229ea1
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
0 commit comments