Commit 0fac8fb
committed
style: fix enum variants formatting to follow linting convention
Add missing line breaks between enum variants in CloudInitContextError
and CommandError enums to follow the linting guide convention that
requires blank lines between error enum variants for better readability.
Files changed:
- src/infrastructure/template/wrappers/tofu/lxd/cloud_init/context.rs
- src/shared/executor.rs
- docs/linting.md (documentation example fix)1 parent 083c04b commit 0fac8fb
File tree
3 files changed
+5
-0
lines changed- docs
- src
- infrastructure/template/wrappers/tofu/lxd/cloud_init
3 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments