Skip to content

Commit 64801d5

Browse files
committed
fix: ci lint
Hanchin Hsieh <[email protected]>
1 parent e707bfe commit 64801d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/go/ffi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func contextWithFFIs(path string) (ctx context.Context, cancel context.CancelFun
4040
}
4141
}
4242
cancel = func() {
43-
FreeLibrary(libopendal)
43+
_ = FreeLibrary(libopendal)
4444
}
4545
return
4646
}

0 commit comments

Comments
 (0)