Skip to content

Commit 287e598

Browse files
authored
Merge pull request #1048 from HandyOrg/t/bot/fix-codeformatting
[Bot] Automated PR to fix formatting errors
2 parents 97a8095 + b2caa9b commit 287e598

File tree

1 file changed

+1
-1
lines changed
  • src/Shared/HandyControl_Shared/Controls/Cover/CoverFlow

1 file changed

+1
-1
lines changed

src/Shared/HandyControl_Shared/Controls/Cover/CoverFlow/CoverFlow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public void AddRange(IEnumerable<object> contentList)
174174
public void Next() => PageIndex++;
175175

176176
public void Prev() => PageIndex--;
177-
177+
178178
protected override void OnMouseWheel(MouseWheelEventArgs e)
179179
{
180180
base.OnMouseWheel(e);

0 commit comments

Comments
 (0)