Skip to content

Commit 02bc3f0

Browse files
committed
refactor: 代码格式化
1 parent 938b5f0 commit 02bc3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Services/TcpSocket/DataConverter/SocketDataConverterCollections.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void AddOrUpdatePropertyConverter<TEntity>(Expression<Func<TEntity, objec
3838
{
3939
if (propertyExpression.Body is MemberExpression memberExpression)
4040
{
41-
if(attribute.Type == null)
41+
if (attribute.Type == null)
4242
{
4343
attribute.Type = memberExpression.Type;
4444
}

0 commit comments

Comments
 (0)