Skip to content

Commit 1f33e23

Browse files
committed
style: fix formatting in ObjectSummary.ts
1 parent 991ca71 commit 1f33e23

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/suites/tenant/summary/ObjectSummary.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,7 @@ export class ObjectSummary {
273273
await this.clickActionsSubMenuItem(parentMenuText, childMenuText);
274274
}
275275

276-
async clickActionsSubMenuItem(
277-
parentMenuText: string,
278-
childMenuText: string,
279-
): Promise<void> {
276+
async clickActionsSubMenuItem(parentMenuText: string, childMenuText: string): Promise<void> {
280277
await this.actionsMenu.clickSubMenuItem(parentMenuText, childMenuText);
281278
}
282279

0 commit comments

Comments
 (0)