Skip to content

Commit

Permalink
Automated dotnet-format update (#1164)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 16, 2024
1 parent 4ba4f3c commit a620835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Beutl/ViewModels/Editors/PathFigureEditorViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public PathFigureEditorViewModel(IPropertyAdapter<PathFigure> property)

Value.CombineWithPrevious()
.Select(v => v.OldValue)
.Where(v=> v != null)
.Where(v => v != null)
.Subscribe(v => this.GetService<ISupportCloseAnimation>()?.Close(v!))
.DisposeWith(Disposables);

Expand Down

0 comments on commit a620835

Please sign in to comment.