Skip to content

Commit

Permalink
refactor(core): remove redundant default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 21, 2024
1 parent 7d0bfdd commit abd9cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace pipewire
loop->run();
}

return m_impl->sync_result.value_or(false);
return m_impl->sync_result.value();
}

bool core::update(update_strategy strategy)
Expand Down

0 comments on commit abd9cca

Please sign in to comment.