whitespace

This commit is contained in:
Joe Thornber 2013-01-10 21:38:58 +00:00
parent 326fd3408b
commit ace95d434e

View File

@ -124,4 +124,3 @@ BOOST_AUTO_TEST_CASE(shadow_free_block_fails)
write_ref superblock = tm->begin(0, noop_validator());
BOOST_CHECK_THROW(tm->shadow(1, noop_validator()), runtime_error);
}