Fix for whitespce
This commit is contained in:
parent
560e725398
commit
49fd092cae
|
@ -79,7 +79,7 @@ namespace realm {
|
|||
// everything can be done deterministically on one thread, and
|
||||
// speeds up tests that don't need notifications.
|
||||
bool automatic_change_notifications = true;
|
||||
|
||||
|
||||
Config();
|
||||
Config(Config&&);
|
||||
Config(const Config& c);
|
||||
|
|
Loading…
Reference in New Issue