Skip to content

Commit 6550f51

Browse files
committed
[ci] Formatting
1 parent 2914db8 commit 6550f51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/apache/ibatis/type/ArrayTypeHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
public class ArrayTypeHandler extends BaseTypeHandler<Object> {
4040

4141
private static final ConcurrentHashMap<Class<?>, String> STANDARD_MAPPING;
42+
4243
static {
4344
STANDARD_MAPPING = new ConcurrentHashMap<>();
4445
STANDARD_MAPPING.put(BigDecimal.class, JdbcType.NUMERIC.name());

0 commit comments

Comments
 (0)