Skip to content

Commit b8704d0

Browse files
author
WaySLOG
committed
Merge pull request #124 from wayslog/master
remove unnessary param
2 parents ae88277 + e26cd7d commit b8704d0

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)