Skip to content

Commit b4c1405

Browse files
committed
another
1 parent 914b67a commit b4c1405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grid/ntv2/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ impl Ntv2Grid {
8686
continue;
8787
}
8888

89-
current_grid_id = grid_id.clone();
89+
current_grid_id.clone_from(&grid_id);
9090

9191
if let Some(children) = self.lookup_table.get(&current_grid_id) {
9292
queue.clone_from(children);

0 commit comments

Comments
 (0)