Make cargo fmt happy
This commit is contained in:
parent
46254a18f3
commit
9e83acfe63
|
@ -27,7 +27,7 @@ pub struct LeptosOptions {
|
|||
#[builder(setter(into))]
|
||||
pub output_name: String,
|
||||
/// The path of the all the files generated by cargo-leptos. This defaults to '.' for convenience when integrating with other
|
||||
/// tools.
|
||||
/// tools.
|
||||
#[builder(setter(into), default=".".to_string())]
|
||||
pub site_root: String,
|
||||
/// The path of the WASM and JS files generated by wasm-bindgen from the root of your app
|
||||
|
|
Loading…
Reference in New Issue