Skip to content

Commit 31ee7c1

Browse files
committed
refactor: 代码格式化
1 parent e7230de commit 31ee7c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/BootstrapBlazor/Components/Dropdown/Dropdown.razor

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
@if (ShowSplit)
3131
{
3232
<button type="button" class="@ClassName" data-bs-toggle="@ToggleString" disabled="@Disabled"
33-
aria-haspopup="true"
34-
aria-expanded="false">
33+
aria-haspopup="true" aria-expanded="false">
3534
</button>
3635
}
3736
<div class="@MenuAlignmentClass">

0 commit comments

Comments
 (0)