Cosmetic changes for cleaner diff

This commit is contained in:
Srdjan Obucina 2019-09-04 15:11:43 +02:00
parent 0524c0c216
commit 640bda75ee

View file

@ -675,8 +675,7 @@ class database_api
*/
int64_t get_random_number(uint64_t bound) const;
private:
private:
std::shared_ptr< database_api_impl > my;
};