Skip to content

Commit 18174b5

Browse files
committed
Fix clippy lint
1 parent 8b2549d commit 18174b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli-table/src/cell.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ impl CellStruct {
5454
+ self.format.padding.left
5555
+ self.format.padding.right;
5656

57-
Dimension { height, width }
57+
Dimension { width, height }
5858
}
5959

6060
fn buffer(

0 commit comments

Comments
 (0)