From eb6019b45316a2cfb6d63d5326998d618a3d7eaf Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Mon, 24 Feb 2025 17:39:21 +0200 Subject: [PATCH] cargo fmt --- core/util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/util.rs b/core/util.rs index 62a94da72..7bc73a42f 100644 --- a/core/util.rs +++ b/core/util.rs @@ -4,8 +4,8 @@ use std::{rc::Rc, sync::Arc}; use crate::{ schema::{self, Column, Schema, Type}, - LimboError, OpenFlags, Result, Statement, StepResult, IO, types::OwnedValue, + LimboError, OpenFlags, Result, Statement, StepResult, IO, }; // https://sqlite.org/lang_keywords.html