Skip to content

Commit

Permalink
remove nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Reamer committed Nov 17, 2023
1 parent 072f519 commit 0b69180
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ protected List<String> parseSQLJsonOutput(String output) {
.replace("\t", "\\t"));
}
rows.add(StringUtils.join(cells, "\t"));

}
return rows;
}
Expand Down

0 comments on commit 0b69180

Please sign in to comment.