Skip to content

Commit

Permalink
fix check-style
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jf committed Mar 13, 2024
1 parent 1b8b718 commit eccace3
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.*;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Random;
import net.snowflake.client.core.ObjectMapperFactory;
import org.apache.commons.text.RandomStringGenerator;
import org.junit.AfterClass;
Expand Down

0 comments on commit eccace3

Please sign in to comment.