1
0
mirror of https://github.com/bspeice/qadapt synced 2024-11-14 01:58:10 -05:00

Rustfmt fix

This commit is contained in:
Bradlee Speice 2018-12-06 23:14:56 -05:00
parent b23f7c45f7
commit 6df30473da

View File

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