Skip to content

Commit

Permalink
doc: 代码格式化
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Feb 28, 2025
1 parent f04a813 commit 6e02895
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BootstrapBlazor/Components/Responsive/Responsive.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public async Task OnResize(BreakPoint breakPoint)
if (OnBreakPointChanged != null && breakPoint != _breakPoint)
{
_breakPoint = breakPoint;

await OnBreakPointChanged(breakPoint);
}
}
Expand Down

0 comments on commit 6e02895

Please sign in to comment.