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 Jul 23, 2024
1 parent 1a2a9cd commit 3bf53da
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
import net.snowflake.client.category.TestCategoryStatement;
import net.snowflake.client.core.SFSession;
import net.snowflake.common.core.SqlState;
import org.junit.*;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.experimental.categories.Category;

/** Multi Statement tests */
Expand Down

0 comments on commit 3bf53da

Please sign in to comment.