Skip to content

Commit

Permalink
[housekeeping] Automated PR to fix formatting errors (#1763)
Browse files Browse the repository at this point in the history
Automated dotnet-format update

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 19, 2024
1 parent 07cdc40 commit ad2a29b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace CommunityToolkit.Maui.Sample.ViewModels.Essentials;
public partial class FileSaverViewModel(IFileSaver fileSaver) : BaseViewModel
{
[ObservableProperty]
double progress;
double progress;

[RelayCommand]
async Task SaveFile(CancellationToken cancellationToken)
Expand Down

0 comments on commit ad2a29b

Please sign in to comment.