Skip to content

Commit 4531204

Browse files
committed
whitespace
1 parent df1ca89 commit 4531204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/summary.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export function addSummaryToSummary(
9393

9494
core.summary.addList(summaryList)
9595
for (const line of summaryList) {
96-
out.push(`* ${line}`)
96+
out.push(`* ${line}`)
9797
}
9898

9999
core.summary.addRaw('See the Details below.')

0 commit comments

Comments
 (0)