Skip to content

Commit

Permalink
Merge pull request #1048 from HandyOrg/t/bot/fix-codeformatting
Browse files Browse the repository at this point in the history
[Bot] Automated PR to fix formatting errors
  • Loading branch information
NaBian authored Nov 15, 2021
2 parents 97a8095 + b2caa9b commit 287e598
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 287e598

Please sign in to comment.