Skip to content

Commit

Permalink
Fix broken indents
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed May 19, 2023
1 parent 3baac53 commit 1b3ac52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GitHubActionsTestLogger/TestSummaryTemplate.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
TestOutcome.Passed => "🟩",
TestOutcome.Failed => "🟥",
_ => "🟨"
};
};

// Use display name if it's different from the fully qualified name,
// otherwise use the minimally qualified name.
Expand Down Expand Up @@ -143,7 +143,7 @@
testResult.ErrorMessage,
testResult.ErrorStackTrace,
"```"
);
);
}
</li>
}
Expand Down

0 comments on commit 1b3ac52

Please sign in to comment.