clang-format still looks weird, trying something else.

This commit is contained in:
Clement Pang 2018-10-08 17:24:47 -07:00
parent 448751ce83
commit 24c64bd4bc
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ public:
virtual void enableSnapshot() {}
virtual void reset() {}
/*
virtual void reset() {}
/*
Concurrency contract
Causal consistency:
A read which begins after a commit ends sees the effects of the commit.