Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mkubik committed Nov 19, 2024
1 parent e001bbb commit 04a476d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package net.snowflake.client.core.arrow;

import java.nio.charset.StandardCharsets;
import net.snowflake.client.core.DataConversionContext;
import net.snowflake.client.core.SFException;
import net.snowflake.client.core.arrow.tostringhelpers.ArrowArrayStringRepresentationBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package net.snowflake.client.core.arrow;

import java.nio.charset.StandardCharsets;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package net.snowflake.client.core.arrow;

import java.nio.charset.StandardCharsets;
import net.snowflake.client.core.DataConversionContext;
import net.snowflake.client.core.SFException;
import net.snowflake.client.core.SnowflakeJdbcInternalApi;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package net.snowflake.client.core.arrow;

import java.nio.charset.StandardCharsets;
import java.util.List;
import net.snowflake.client.core.DataConversionContext;
import net.snowflake.client.core.SFException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package net.snowflake.client.core.json;

import java.nio.ByteBuffer;
import java.nio.charset.StandardCharsets;
import java.sql.Types;
import net.snowflake.client.core.SFException;
import net.snowflake.client.jdbc.ErrorCode;
Expand Down

0 comments on commit 04a476d

Please sign in to comment.