Skip to content

Commit e26cd7d

Browse files
author
wayslog
committed
remove unnessary param
1 parent ae88277 commit e26cd7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

07-type/07-04-operator-and-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ output:
129129
```
130130
fn main() {
131131
let s = format!("{1}是个有着{0:>0width$}KG重,{height:?}cm高的大胖子",
132-
81, "wayslog", 10, width=4, height=178);
132+
81, "wayslog", width=4, height=178);
133133
// 我被逼的牺牲了自己了……
134134
print!("{}", s);
135135
}

0 commit comments

Comments
 (0)