Skip to content

Commit 622dc78

Browse files
committed
Fix spotless error
1 parent a8a1ebb commit 622dc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/PostgreSQLLegacySqlAstTranslator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class PostgreSQLLegacySqlAstTranslator<T extends JdbcOperation> extends A
4545
public PostgreSQLLegacySqlAstTranslator(SessionFactoryImplementor sessionFactory, Statement statement) {
4646
super( sessionFactory, statement );
4747
}
48-
48+
4949
@Override
5050
public void visitInArrayPredicate(InArrayPredicate inArrayPredicate) {
5151
inArrayPredicate.getTestExpression().accept( this );

0 commit comments

Comments
 (0)