Skip to content

Commit 065eda1

Browse files
committed
fmt fix
1 parent bad5320 commit 065eda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ private async Task InitializeServicesAsync(CancellationToken cancellationToken =
206206
{
207207
await syncSessionController.RefreshState(syncSessionCts.Token);
208208
}
209-
catch(Exception ex)
209+
catch (Exception ex)
210210
{
211211
_logger.LogError($"Failed to refresh sync session state {ex.Message}", ex);
212212
}

0 commit comments

Comments
 (0)