Skip to content

Commit 9d3d65c

Browse files
authored
chore: format (#12)
1 parent 214043d commit 9d3d65c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ use wasm_bindgen::prelude::*;
66
#[wasm_bindgen]
77
pub fn compile_content(source: &str) -> String {
88
let (_, ast) = parser::parse::parse(source).unwrap();
9-
let content = compiler::compile(&ast, &compiler::HsmlCompileOptions::default());
10-
content
9+
10+
compiler::compile(&ast, &compiler::HsmlCompileOptions::default())
1111
}

0 commit comments

Comments
 (0)