mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01:00
fix clippy
This commit is contained in:
@@ -960,7 +960,7 @@ mod tests {
|
||||
set_list.join(", ")
|
||||
));
|
||||
} else {
|
||||
on_conflict.push_str(&format!(" ON CONFLICT{} DO NOTHING", target));
|
||||
on_conflict.push_str(&format!(" ON CONFLICT{target} DO NOTHING"));
|
||||
}
|
||||
}
|
||||
format!(
|
||||
|
||||
Reference in New Issue
Block a user