Skip to content

Commit

Permalink
Add missing brace in FileProviderXPC's fileProviderExtReachable
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra authored and backportbot[bot] committed Nov 20, 2024
1 parent d594cde commit 8db2282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/macOS/fileproviderxpc_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
}

bool FileProviderXPC::fileProviderExtReachable(const QString &extensionAccountId, const bool retry, const bool reconfigureOnFail)
{
const auto lastUnreachableTime = _unreachableAccountExtensions.value(extensionAccountId);
if (!retry
&& !reconfigureOnFail
Expand Down

0 comments on commit 8db2282

Please sign in to comment.