Skip to content

Commit 2c0b3f8

Browse files
committed
Format Rust code
1 parent bb7e865 commit 2c0b3f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/book/init.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ impl BookBuilder {
156156

157157
let mut highlight_js = File::create(themedir.join("highlight.js"))?;
158158
highlight_js.write_all(theme::HIGHLIGHT_JS)?;
159-
159+
160160
let mut iframe = File::create(themedir.join("iframe.html"))?;
161161
iframe.write_all(theme::IFRAME)?;
162162

163163
let mut wasm_entry_js = File::create(themedir.join("wasm-entry.mjs"))?;
164164
wasm_entry_js.write_all(theme::WASM_ENTRY_MJS)?;
165-
165+
166166
Ok(())
167167
}
168168

0 commit comments

Comments
 (0)