cutil: fix revive error

Signed-off-by: Sven Anderson <sven@redhat.com>
This commit is contained in:
Sven Anderson 2022-02-08 00:01:43 +01:00 committed by mergify[bot]
parent 63ae1fcbde
commit 3b859f8f80
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ func (v *SyncBuffer) Release() {
// Sync asserts that changes in the C buffer are available in the data
// slice
func (v *SyncBuffer) Sync() {}
func (*SyncBuffer) Sync() {}