Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
jmedway614 committed Jun 3, 2024
1 parent e3239b1 commit 46505a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/healthchecks/src/rules/runRules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface RuleResult {
name: string;
success: boolean;
message: string;
url: string
url: string;
}

function getAllRules(): Rule[] {
Expand Down

0 comments on commit 46505a4

Please sign in to comment.