Skip to content
Prev Previous commit
Next Next commit
Fix checkstyle
  • Loading branch information
akrambek committed Jan 13, 2024
commit 52b778d0dcf2fb5008dd4eab9cb6843debca69f8
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
*/
package io.aklivity.zilla.specs.binding.kafka.streams.application;

import static java.util.concurrent.TimeUnit.SECONDS;
import static org.junit.rules.RuleChain.outerRule;

import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.DisableOnDebug;
Expand All @@ -23,9 +26,6 @@
import org.kaazing.k3po.junit.annotation.Specification;
import org.kaazing.k3po.junit.rules.K3poRule;

import static java.util.concurrent.TimeUnit.SECONDS;
import static org.junit.rules.RuleChain.outerRule;

public class InitProducerIdIT
{
private final K3poRule k3po = new K3poRule()
Expand Down