Skip to content

Commit

Permalink
fixes code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ConeyLiu committed Dec 24, 2022
1 parent 7aac69c commit 85c05cc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,8 +40,8 @@
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicLong;
import java.util.function.Consumer;
import org.apache.iceberg.events.CreateSnapshotEvent;
import java.util.function.Supplier;
import org.apache.iceberg.events.CreateSnapshotEvent;
import org.apache.iceberg.events.Listeners;
import org.apache.iceberg.exceptions.CommitFailedException;
import org.apache.iceberg.exceptions.CommitStateUnknownException;
Expand Down

0 comments on commit 85c05cc

Please sign in to comment.