Skip to content

Commit a9332e4

Browse files
committed
Change to win new lines
1 parent e6fde84 commit a9332e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
let y = circles[i][j].y;
320320
let grayHist = getGrayHist(x, y, radius);
321321
result += grayHist.join(',')+'\n';
322-
excelResult += grayHist.join('\t')+'\n';
322+
excelResult += grayHist.join('\t')+'\r\n';
323323
}
324324
}
325325
navigator.clipboard.writeText(excelResult).then(() => {

0 commit comments

Comments
 (0)