Skip to content

Commit

Permalink
SNOW-77592: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-stakeda authored and ankit-bhatnagar167 committed Jun 3, 2019
1 parent daebff4 commit f138557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ public ResultSet getProcedures(String catalog, String schemaPattern,

String showProcedureCommand = getFirstResultSetCommand(catalog, schemaPattern, procedureNamePattern, "procedures");

if(showProcedureCommand.isEmpty())
if (showProcedureCommand.isEmpty())
{
return SnowflakeDatabaseMetaDataResultSet.getEmptyResultSet(GET_PROCEDURES, statement);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import org.apache.commons.text.StringEscapeUtils;
import org.junit.Test;

import java.nio.ByteBuffer;
import java.nio.charset.StandardCharsets;

Expand Down

0 comments on commit f138557

Please sign in to comment.