Reformat the file

This commit is contained in:
chaoguang 2020-04-15 12:24:44 -07:00
parent ae1de060c2
commit 456b794d24
1 changed files with 1 additions and 1 deletions

View File

@ -374,4 +374,4 @@ TEST_CASE("/fdbclient/SpecialKeySpace/Unittest") {
ASSERT(result[i + pkr3.getSize()] == pkr2.getKeyValueForIndex(pkr2.getSize() - 1 - i)); ASSERT(result[i + pkr3.getSize()] == pkr2.getKeyValueForIndex(pkr2.getSize() - 1 - i));
} }
return Void(); return Void();
} }