Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
HoustonPutman committed Apr 18, 2022
1 parent 475c9f5 commit 1f9d814
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@

package org.apache.zookeeper;

import java.io.IOException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.io.IOException;

class ZooKeeperTestable implements Testable {

private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class);
Expand Down

0 comments on commit 1f9d814

Please sign in to comment.