mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
add trailing comma
This commit is contained in:
@@ -60,7 +60,7 @@ pub enum LimboError {
|
||||
#[error("Database is busy")]
|
||||
Busy,
|
||||
#[error("Conflict: {0}")]
|
||||
Conflict(String)
|
||||
Conflict(String),
|
||||
}
|
||||
|
||||
#[macro_export]
|
||||
|
||||
Reference in New Issue
Block a user