Fix formatting
This commit is contained in:
parent
2e41db8c70
commit
6d9aa86506
2 changed files with 1 additions and 2 deletions
maud
|
@ -22,7 +22,6 @@ actix-web = { version = ">= 0.6.12, < 0.8.0", optional = true }
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
compiletest_rs = "0.3.15"
|
compiletest_rs = "0.3.15"
|
||||||
|
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "lfairy/maud" }
|
travis-ci = { repository = "lfairy/maud" }
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ extern crate maud_macros;
|
||||||
use maud_macros::html;
|
use maud_macros::html;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let markup = html!{
|
html! {
|
||||||
if {}
|
if {}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue