Skip to content

Commit 1cc2fc8

Browse files
committed
run cargo fmt
1 parent 167f340 commit 1cc2fc8

File tree

1 file changed

+1
-1
lines changed
  • examples/weather_report/src

1 file changed

+1
-1
lines changed

examples/weather_report/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ pub fn run() -> Result<(), JsValue> {
169169
".png'>",
170170
" ",
171171
]
172-
.concat();
172+
.concat();
173173
let temp = ((&parsed["main"]["temp"]).to_owned().as_f64().unwrap() - 273.15) as i64;
174174

175175
let content = [src, temp.to_string()].concat();

0 commit comments

Comments
 (0)