We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad5320 commit 065eda1Copy full SHA for 065eda1
App/App.xaml.cs
@@ -206,7 +206,7 @@ private async Task InitializeServicesAsync(CancellationToken cancellationToken =
206
{
207
await syncSessionController.RefreshState(syncSessionCts.Token);
208
}
209
- catch(Exception ex)
+ catch (Exception ex)
210
211
_logger.LogError($"Failed to refresh sync session state {ex.Message}", ex);
212
0 commit comments