Skip to content

Commit

Permalink
[nemo-systemsettings] Fixed erroneous assert
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Aug 25, 2020
1 parent fd255f9 commit b4069a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/udisks2monitor.cpp
Expand Up @@ -74,7 +74,7 @@ UDisks2::Monitor *UDisks2::Monitor::sharedInstance = nullptr;

UDisks2::Monitor *UDisks2::Monitor::instance()
{
Q_ASSERT(!sharedInstance);
Q_ASSERT(sharedInstance);

return sharedInstance;
}
Expand Down

0 comments on commit b4069a2

Please sign in to comment.