Skip to content

Commit e50863a

Browse files
committed
refactor: 代码格式化
1 parent 11b0a9b commit e50863a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Card/Card.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
</div>
3535
}
36-
<div class="@BodyClassName" id="@BodyId">
36+
<div id="@BodyId" class="@BodyClassName">
3737
@if (IsCollapsible)
3838
{
3939
<div class="card-body-wrapper">

0 commit comments

Comments
 (0)