Skip to content

Commit 025a6d5

Browse files
committed
format code
1 parent e2dbd7d commit 025a6d5

File tree

1 file changed

+1
-1
lines changed
  • querydsl-libraries/querydsl-sql/src/main/java/com/querydsl/sql/types

1 file changed

+1
-1
lines changed

querydsl-libraries/querydsl-sql/src/main/java/com/querydsl/sql/types/Type.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public interface Type<T> {
6262
*/
6363
@Nullable
6464
default T getValue(ResultSet rs, int startIndex, Class<T> clazz) throws SQLException {
65-
return getValue(rs, startIndex);
65+
return getValue(rs, startIndex);
6666
}
6767

6868
/**

0 commit comments

Comments
 (0)