Skip to content

Commit 350d057

Browse files
authored
gemini-code-assist doesn't know how to indent
1 parent 6c71d2f commit 350d057

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build/rewrite.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -672,10 +672,10 @@ func sortStringExprs(list []Expr) []Expr {
672672
}
673673
}
674674

675-
chunk := make([]stringSortKey, j-i)
676-
for index, x := range list[i:j] {
677-
chunk[index] = makeSortKey(index, x.(*StringExpr))
678-
}
675+
chunk := make([]stringSortKey, j-i)
676+
for index, x := range list[i:j] {
677+
chunk[index] = makeSortKey(index, x.(*StringExpr))
678+
}
679679
if !sort.IsSorted(byStringExpr(chunk)) || !isUniq(chunk) {
680680
before := chunk[0].x.Comment().Before
681681
chunk[0].x.Comment().Before = nil

0 commit comments

Comments
 (0)