From 4531204be7f2a33809812cf5764ad3ee1153030f Mon Sep 17 00:00:00 2001 From: Eli Reisman Date: Tue, 4 Jun 2024 11:45:43 -0700 Subject: [PATCH] whitespace --- src/summary.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/summary.ts b/src/summary.ts index 9a7535747..dc22ee222 100644 --- a/src/summary.ts +++ b/src/summary.ts @@ -93,7 +93,7 @@ export function addSummaryToSummary( core.summary.addList(summaryList) for (const line of summaryList) { - out.push(`* ${line}`) + out.push(`* ${line}`) } core.summary.addRaw('See the Details below.')