| commit | 8a2a7eece4adfb41418ca585f2fd8802c36f3da9 | [log] [tgz] |
|---|---|---|
| author | balaji.nagarajan <balaji.nagarajan@radisys.com> | Fri Jun 19 22:31:13 2026 +0530 |
| committer | balaji.nagarajan <balaji.nagarajan@radisys.com> | Tue Jun 30 12:44:19 2026 +0530 |
| tree | 61a257c92618d790e359c6c5991119201772306a | |
| parent | 1f7c639452ab966691b9131fcb34e3004b5f22b7 [diff] [blame] |
[VOL-5603]:Metrics fix,update protos in voltctl Signed-off-by: balaji.nagarajan <balaji.nagarajan@radisys.com> Change-Id: I92702118bef90623ef7c68c646c86634e60d889d
diff --git a/vendor/github.com/klauspost/compress/fse/bitwriter.go b/vendor/github.com/klauspost/compress/fse/bitwriter.go index 43e4636..e82fa3b 100644 --- a/vendor/github.com/klauspost/compress/fse/bitwriter.go +++ b/vendor/github.com/klauspost/compress/fse/bitwriter.go
@@ -152,12 +152,11 @@ // close will write the alignment bit and write the final byte(s) // to the output. -func (b *bitWriter) close() error { +func (b *bitWriter) close() { // End mark b.addBits16Clean(1, 1) // flush until next byte. b.flushAlign() - return nil } // reset and continue writing by appending to out.