From 996e160847dabc17b81239fad36ac7b0e6d24617 Mon Sep 17 00:00:00 2001 From: Yavor Ivanov Date: Tue, 10 Sep 2024 10:25:54 +0300 Subject: [PATCH] fix: Bad formatting --- src/linter/ui5Types/asyncComponentFlags.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/linter/ui5Types/asyncComponentFlags.ts b/src/linter/ui5Types/asyncComponentFlags.ts index 7af2c5ee..e39d3b8a 100644 --- a/src/linter/ui5Types/asyncComponentFlags.ts +++ b/src/linter/ui5Types/asyncComponentFlags.ts @@ -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, });