提交 c081098c 编写于 作者: Q qiaojialin

fix spotless

上级 481f8aa6
......@@ -753,7 +753,8 @@ public class ImportCsv extends AbstractCsvTool {
try {
switch (type) {
case TEXT:
if (value.startsWith("\"") && value.endsWith("\"")) return value.substring(1, value.length() - 1);
if (value.startsWith("\"") && value.endsWith("\""))
return value.substring(1, value.length() - 1);
else return null;
case BOOLEAN:
if (!"true".equals(value) && !"false".equals(value)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册