Skip to content

Commit 91dab27

Browse files
committed
see 12/10 log
1 parent 027e305 commit 91dab27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readme.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ def format(File readmeCN) {
7676
def spaceLen = maxLen - line.replace(" ", "").replace(",", ", ").indexOf(':')
7777
sb.append(noSpaceLine.substring(0, noSpaceLine.indexOf(':')).replace(",", ", "))
7878
.append(LONG_SPACE.substring(0, spaceLen))// add the space
79-
.append(": ")
80-
.append(noSpaceLine.substring(noSpaceLine.indexOf(':') + 1))
79+
.append(line.substring(line.indexOf(':')))
8180
.append(LINE_SEP)
8281
}
8382
sb.append("```")

0 commit comments

Comments
 (0)