Rustfmt fix

pull/1/head
Bradlee Speice 2018-12-06 23:14:56 -05:00
parent b23f7c45f7
commit 6df30473da
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ use qadapt::enter_protected;
#[should_panic]
fn guard_without_initialization() {
enter_protected();
}
}