Skip to content

Commit

Permalink
🎨 Fix bad formatting in ActivityBlock.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Sep 19, 2024
1 parent e48123d commit 983eb57
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ private void OnActivityRepositoryButtonClick(object sender, RoutedEventArgs e)
};

if (App.AppSettings.UseDetailsView)
service.Navigate<Views.Repositories.Code.DetailsLayoutView>();
service.Navigate<Views.Repositories.

Check failure on line 45 in src/FluentHub.App/UserControls/FeedBlocks/ActivityBlock.xaml.cs

View workflow job for this annotation

GitHub Actions / build (Debug, x64)

Identifier expected

Check failure on line 45 in src/FluentHub.App/UserControls/FeedBlocks/ActivityBlock.xaml.cs

View workflow job for this annotation

GitHub Actions / build (Debug, arm64)

Identifier expected

Check failure on line 45 in src/FluentHub.App/UserControls/FeedBlocks/ActivityBlock.xaml.cs

View workflow job for this annotation

GitHub Actions / build (Release, x64)

Identifier expected

Check failure on line 45 in src/FluentHub.App/UserControls/FeedBlocks/ActivityBlock.xaml.cs

View workflow job for this annotation

GitHub Actions / build (Release, arm64)

Identifier expected
.DetailsLayoutView>();

Check failure on line 46 in src/FluentHub.App/UserControls/FeedBlocks/ActivityBlock.xaml.cs

View workflow job for this annotation

GitHub Actions / build (Debug, x64)

Invalid expression term ')'

Check failure on line 46 in src/FluentHub.App/UserControls/FeedBlocks/ActivityBlock.xaml.cs

View workflow job for this annotation

GitHub Actions / build (Debug, arm64)

Invalid expression term ')'

Check failure on line 46 in src/FluentHub.App/UserControls/FeedBlocks/ActivityBlock.xaml.cs

View workflow job for this annotation

GitHub Actions / build (Release, x64)

Invalid expression term ')'

Check failure on line 46 in src/FluentHub.App/UserControls/FeedBlocks/ActivityBlock.xaml.cs

View workflow job for this annotation

GitHub Actions / build (Release, arm64)

Invalid expression term ')'
else
service.Navigate<Views.Repositories.Code.TreeLayoutView>();
}
Expand Down

0 comments on commit 983eb57

Please sign in to comment.