fix clippy warning

This commit is contained in:
PThorpe92
2025-10-16 14:47:40 -04:00
parent 04c9eee4f1
commit 9de9927b52

View File

@@ -1730,7 +1730,6 @@ pub fn create_table(tbl_name: &str, body: &CreateTableBody, root_page: i64) -> R
};
foreign_keys.push(Arc::new(fk));
}
_ => {}
}
}