Commit a2ab245
committed
test(kv): merge import groups + drop tooling reference (PR #745 r2)
Round-2 review on commit 0be9fc7:
- reviewdog/golangci (gci): test file still failed gci because the
project convention puts ALL non-stdlib imports in a single group
(no blank line between third-party and local). Round-2's
"cockroachdb above bootjp with a blank line between" guess was
wrong; merging into one alphabetical group (bootjp before
cockroachdb) matches kv/coordinator.go and resolves the warning.
- claude bot (nit): drop "Pulled in from gemini's PR #745 round-1
review" from the lower-bound rationale comment. Process metadata
rots once the PR is merged; the design reason is what the source
needs.
No behavior change. Test still passes 6.05s.1 parent 0be9fc7 commit a2ab245
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
| |||
0 commit comments