Skip to content

Commit cc02e35

Browse files
committed
lit format
1 parent ecb02d3 commit cc02e35

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scripts/analyze.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ export const litAnalyzer = async (command: Command): Promise<StepResponse> => {
5151

5252
const problemCount = parseInt(problemsCountStr);
5353

54-
outputStr = outputStr.split("...").pop()?.trim() || outputStr;
55-
outputStr = "\n" + outputStr;
54+
outputStr = outputStr.split("...").pop() || outputStr;
55+
// outputStr = "\n" + outputStr;
5656

5757
return await buildComment(response, command.label, outputStr, problemCount);
5858
} else {

0 commit comments

Comments
 (0)