Fix formatting

This commit is contained in:
Chris Wong 2018-12-09 10:48:49 +13:00
parent 2e41db8c70
commit 6d9aa86506
2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,6 @@ actix-web = { version = ">= 0.6.12, < 0.8.0", optional = true }
[dev-dependencies]
compiletest_rs = "0.3.15"
[badges]
travis-ci = { repository = "lfairy/maud" }

View file

@ -5,7 +5,7 @@ extern crate maud_macros;
use maud_macros::html;
fn main() {
let markup = html!{
html! {
if {}
};
}