mirror of https://github.com/ceph/go-ceph
cutil: fix revive error
Signed-off-by: Sven Anderson <sven@redhat.com>
This commit is contained in:
parent
63ae1fcbde
commit
3b859f8f80
|
@ -26,4 +26,4 @@ func (v *SyncBuffer) Release() {
|
||||||
|
|
||||||
// Sync asserts that changes in the C buffer are available in the data
|
// Sync asserts that changes in the C buffer are available in the data
|
||||||
// slice
|
// slice
|
||||||
func (v *SyncBuffer) Sync() {}
|
func (*SyncBuffer) Sync() {}
|
||||||
|
|
Loading…
Reference in New Issue