Skip to content

Commit

Permalink
fix: Bad formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 authored and github-actions[bot] committed Sep 10, 2024
1 parent f72109c commit 996e160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/linter/ui5Types/asyncComponentFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ function reportResults({
severity: LintMessageSeverity.Warning,
ruleId: "ui5-linter-async-component-flags",
message: `Component implements the sap.ui.core.IAsyncContentCreation interface. ` +
`The redundant "async" flag at "${pointerKey}" should be removed ` + `
from the component manifest`,
`The redundant "async" flag at "${pointerKey}" should be removed ` +
`from the component manifest`,
messageDetails: `{@link sap.ui.core.IAsyncContentCreation sap.ui.core.IAsyncContentCreation}`,
...posInfo,
});
Expand Down

0 comments on commit 996e160

Please sign in to comment.