mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
fix style
This commit is contained in:
parent
7a25e186bb
commit
1cbba5c0e2
@ -120,6 +120,6 @@ int main(int, char **)
|
||||
chassert(x->get() == 0 && y->get() == 3);
|
||||
chassert(x->use_count() == y->use_count() == 1);
|
||||
chassert(x.get() != y.get());
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user