Skip to content

Commit 4a6c35b

Browse files
committed
stability: add semi-colon
Signed-off-by: Matthew Fala <[email protected]>
1 parent fe51bc0 commit 4a6c35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/firelens-stability/lib/helpers/dashboard-widget-list-processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function generateOrderdedWidgetsFromTestCases(testCases: ITestCase[]) {
5757
path: path,
5858
widgets: mergedList,
5959
};
60-
})
60+
});
6161

6262
/* Sort paths */
6363
const sortedLists = dashboardWidgetGroups.sort((a, b) => a.path.localeCompare(b.path));

0 commit comments

Comments
 (0)