Skip to content

Commit 78ddb5e

Browse files
committed
desc
Signed-off-by: Onur Satici <[email protected]>
1 parent 6025d48 commit 78ddb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-scan/src/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use vortex_session::VortexSession;
1212

1313
pub static SESSION: LazyLock<VortexSession> = LazyLock::new(|| {
1414
VortexSession::empty()
15-
.with::<VortexMetrics>()
15+
.with::<VortexMetrics>() #
1616
.with::<ArraySession>()
1717
.with::<LayoutSession>()
1818
.with::<ExprSession>()

0 commit comments

Comments
 (0)