Skip to content

Commit 6b09ec4

Browse files
committed
more lintg
1 parent fb6d7e3 commit 6b09ec4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ballista/client/src/extension.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ impl SessionContextExt for SessionContext {
296296
let remote_functions = response.into_inner();
297297

298298
for udf in remote_functions.udfs {
299-
if let Ok(_) = self.state().udf(&udf.name) {
299+
if self.state().udf(&udf.name).is_ok() {
300300
continue;
301301
}
302302

0 commit comments

Comments
 (0)