Fix formatting
This commit is contained in:
parent
e898e59d18
commit
c630cb45cd
|
@ -884,9 +884,7 @@ public:
|
|||
|
||||
return ViewAtVersion(getRoot(v), v);
|
||||
}
|
||||
ViewAtVersion atLatest() const {
|
||||
return ViewAtVersion(roots.back().second, latestVersion);
|
||||
}
|
||||
ViewAtVersion atLatest() const { return ViewAtVersion(roots.back().second, latestVersion); }
|
||||
|
||||
bool isClearContaining(ViewAtVersion const& view, KeyRef key) {
|
||||
auto i = view.lastLessOrEqual(key);
|
||||
|
|
Loading…
Reference in New Issue