Fix whitespace

This commit is contained in:
A.J. Beamon 2020-09-17 08:09:21 -07:00 committed by GitHub
parent 303e1dc0c6
commit 0c98a145b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ struct AtomicOpsWorkload : TestWorkload {
// case 10:
// TEST(true); // Testing atomic CompareAndClear Not supported yet
// opType = MutationRef::CompareAndClear
// break;
// break;
default:
ASSERT(false);
}