Skip to content

Commit 249f34d

Browse files
committed
fix: remove unnecessary whitespace in import processing loop
1 parent 85a69d4 commit 249f34d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/engine/import.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ impl Import {
7979

8080
for statement in dump_content.split(';') {
8181
let trimmed = statement.trim();
82+
8283
if !trimmed.is_empty() {
8384
match conn.query_drop(trimmed) {
8485
Ok(_) => {

0 commit comments

Comments
 (0)