Skip to content

Commit 6c30252

Browse files
committed
doc: 代码格式化
1 parent 3a74a0d commit 6c30252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BootstrapBlazor/Components/Transfer/TransferPanel.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
{
3232
var state = item.Active ? CheckboxState.Checked : CheckboxState.UnChecked;
3333
<Checkbox TValue="SelectedItem" IsDisabled="@IsDisabled" class="@GetItemClass(item)"
34-
DisplayText="@item.Text" Value="item" ShowAfterLabel="true" ShowLabel="false"
35-
State="@state" OnStateChanged="@OnStateChanged"></Checkbox>
34+
DisplayText="@item.Text" Value="item" ShowAfterLabel="true" ShowLabel="false"
35+
State="@state" OnStateChanged="@OnStateChanged"></Checkbox>
3636
}
3737
else
3838
{

0 commit comments

Comments
 (0)