Skip to content

Commit 971168b

Browse files
committed
f
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 80ec258 commit 971168b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • vortex-array/src/arrays/scalar_fn/vtable

vortex-array/src/arrays/scalar_fn/vtable/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ impl VTable for ScalarFnVTable {
7171
type ValidityVTable = Self;
7272

7373
fn id(&self) -> ArrayId {
74-
self.id.clone()
74+
self.id
7575
}
7676

7777
fn validate(

0 commit comments

Comments
 (0)