Skip to content

Commit

Permalink
Automated dotnet-format update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2021
1 parent 97a8095 commit b2caa9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public void AddRange(IEnumerable<object> contentList)
public void Next() => PageIndex++;

public void Prev() => PageIndex--;

protected override void OnMouseWheel(MouseWheelEventArgs e)
{
base.OnMouseWheel(e);
Expand Down

0 comments on commit b2caa9b

Please sign in to comment.