Skip to content

Commit 76a672d

Browse files
committed
fix: Format code and fix style issue
1 parent 385ca28 commit 76a672d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/src/main/resources/mappers/ComponentMapper.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
component_metadata = #{componentMetadata},
183183
</if>
184184
<if test="libraryId!=null and libraryId!=''">
185-
library_id = #{libraryId}
185+
library_id = #{libraryId},
186186
</if>
187187
<if test="createdBy!=null and createdBy!=''">
188188
created_by = #{createdBy},

0 commit comments

Comments
 (0)