mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove extra line
This commit is contained in:
parent
f347c28f6f
commit
7ff9efb166
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
use std::{rc::Rc, sync::RwLock};
|
|
||||||
|
|
||||||
use sqlite::{Connection, Error, Transaction};
|
use sqlite::{Connection, Error, Transaction};
|
||||||
|
use std::{rc::Rc, sync::RwLock};
|
||||||
|
|
||||||
pub struct Table {
|
pub struct Table {
|
||||||
//pub id: i64,
|
//pub id: i64,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue