Skip to content

Commit d08ed6a

Browse files
committed
Fix Spotless violations
1 parent d9083b3 commit d08ed6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

streams/src/test/java/org/apache/kafka/streams/StreamsConfigTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@
7979
import static org.apache.kafka.streams.StreamsConfig.MAX_RACK_AWARE_ASSIGNMENT_TAG_VALUE_LENGTH;
8080
import static org.apache.kafka.streams.StreamsConfig.PROCESSOR_WRAPPER_CLASS_CONFIG;
8181
import static org.apache.kafka.streams.StreamsConfig.RACK_AWARE_ASSIGNMENT_NON_OVERLAP_COST_CONFIG;
82-
import static org.apache.kafka.streams.StreamsConfig.TRANSACTIONAL_STATE_STORES_CONFIG;
8382
import static org.apache.kafka.streams.StreamsConfig.RACK_AWARE_ASSIGNMENT_TRAFFIC_COST_CONFIG;
8483
import static org.apache.kafka.streams.StreamsConfig.STATE_DIR_CONFIG;
8584
import static org.apache.kafka.streams.StreamsConfig.TASK_ASSIGNOR_CLASS_CONFIG;
8685
import static org.apache.kafka.streams.StreamsConfig.TOPOLOGY_OPTIMIZATION_CONFIG;
86+
import static org.apache.kafka.streams.StreamsConfig.TRANSACTIONAL_STATE_STORES_CONFIG;
8787
import static org.apache.kafka.streams.StreamsConfig.adminClientPrefix;
8888
import static org.apache.kafka.streams.StreamsConfig.consumerPrefix;
8989
import static org.apache.kafka.streams.StreamsConfig.producerPrefix;

0 commit comments

Comments
 (0)