Skip to content

Commit

Permalink
[FLINK-11688][checkstyle] Enforce whitespace around TYPE_EXTENSION_AND
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Feb 21, 2019
1 parent dc51a26 commit 72dbd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/maven/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ This file is based on the checkstyle file of Apache Beam.
LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN,
LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS,
MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION,
SL, SL_ASSIGN, SR_ASSIGN, STAR, STAR_ASSIGN"/>
SL, SL_ASSIGN, SR_ASSIGN, STAR, STAR_ASSIGN, TYPE_EXTENSION_AND"/>
<property name="severity" value="error"/>
</module>

Expand Down

0 comments on commit 72dbd1e

Please sign in to comment.