cli/pkg/cmd/pr/list
Yukai Chou d7b8ecf33d Unify use of tab indent in non-test source files
Found with
    rg '(^ | \t|\t )' -g '*.go' -g '!*_test.go'

Mixed indent exceptions:
- wrapped long list items with extra 2-space indent
- code snippets using space indent
- commented code lines having "\t*// \t+" prefix
2024-08-03 00:35:30 +08:00
..
fixtures Refactor issue list and pr list tests 2022-08-25 00:01:29 +09:00
http.go Replace old search utility with new search (#5366) 2022-04-06 16:44:52 +02:00
http_test.go Replace old search utility with new search (#5366) 2022-04-06 16:44:52 +02:00
list.go Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
list_test.go Fix PR and Issue list 2023-11-27 17:00:10 +01:00