Skip to content

Commit

Permalink
[housekeeping] Automated PR to fix formatting errors (#2175)
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] committed Sep 5, 2024
1 parent 1ca50a3 commit a54aac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ void AddItem()
Items.Add(Path.GetRandomFileName());
}

[RelayCommand]
[RelayCommand]
void ClearItem()
{
Items.Clear();
}

public ObservableCollection<string> Items { get; } = [];
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ int GetRowsCount(int visibleChildrenCount, int columnsCount)
=> Math.Min(
(int)Math.Ceiling((double)visibleChildrenCount / columnsCount),
uniformItemsLayout.MaxRows);
}
}

0 comments on commit a54aac6

Please sign in to comment.