Skip to content

Commit

Permalink
lit format
Browse files Browse the repository at this point in the history
DE7924 committed Jan 3, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ecb02d3 commit cc02e35
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/scripts/analyze.ts
Original file line number Diff line number Diff line change
@@ -51,8 +51,8 @@ export const litAnalyzer = async (command: Command): Promise<StepResponse> => {

const problemCount = parseInt(problemsCountStr);

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

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

0 comments on commit cc02e35

Please sign in to comment.