Commit f2df2c9a authored by pengxin's avatar pengxin

移除多余的","符号

parent 039f6610
......@@ -328,9 +328,6 @@ public class DatasetCleanServiceImpl extends BaseService<DatasetClean, Long> imp
if (isFirstLine) {
jsonBuilder.append("[");
isFirstLine = false;
} else {
// Add comma before each element except the first
jsonBuilder.append(",");
}
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