prometheus/tsdb/index
beorn7 71c21fb9e4 Fix minor issues after applying analyzer "modernize"
- The tool left an empty line behind that we don't need anymore, see
  https://github.com/prometheus/prometheus/pull/17092. (Arguably not a
  bug in the tool but just our stricter style about empty lines.)

- In tsdb/index/postings_test.go , our (admittedly somewhat
  convoluted) code structure tricked the tool so it spit out something
  that wouldn't even compile.

- storage/remote/queue_manager_test.go is just a minor formatting
  nit.

Signed-off-by: beorn7 <beorn@grafana.com>
2025-08-27 15:44:11 +02:00
..
index.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
index_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
postings.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
postings_test.go Fix minor issues after applying analyzer "modernize" 2025-08-27 15:44:11 +02:00
postingsstats.go Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2024-02-28 14:54:53 +01:00
postingsstats_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00