fix style

This commit is contained in:
tomershafir 2024-04-11 15:44:40 +03:00 committed by Robert Schulze
parent 7a25e186bb
commit 1cbba5c0e2
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -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;
}