Skip to content

Commit ec4bb62

Browse files
committed
fix clippy in stage_table.rs.
1 parent 1b2ffd8 commit ec4bb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/service/src/storages/stage/stage_table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl Table for StageTable {
9191
self.table_info.schema.clone(),
9292
self.table_info.stage_info.clone(),
9393
self.table_info.files.clone(),
94-
ctx.get_scan_progress()
94+
ctx.get_scan_progress(),
9595
)
9696
.await?,
9797
);

0 commit comments

Comments
 (0)