Commit f2df2c9a authored by pengxin's avatar pengxin

移除多余的","符号

parent 039f6610
...@@ -328,9 +328,6 @@ public class DatasetCleanServiceImpl extends BaseService<DatasetClean, Long> imp ...@@ -328,9 +328,6 @@ public class DatasetCleanServiceImpl extends BaseService<DatasetClean, Long> imp
if (isFirstLine) { if (isFirstLine) {
jsonBuilder.append("["); jsonBuilder.append("[");
isFirstLine = false; isFirstLine = false;
} else {
// Add comma before each element except the first
jsonBuilder.append(",");
} }
jsonBuilder.append(line); jsonBuilder.append(line);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment