Skip to content

Commit f77fc2c

Browse files
Copilotrenemadsen
andcommitted
Fix code formatting in Plugin.page.ts
Co-authored-by: renemadsen <[email protected]>
1 parent 4fc7467 commit f77fc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/e2e/Page objects/Plugin.page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class PluginRowObject {
6969
rowNumber: number;
7070

7171
public async getRow(rowNum: number): Promise<PluginRowObject> {
72-
this.rowNumber= rowNum -1;
72+
this.rowNumber = rowNum - 1;
7373

7474
this.id = +await ($('#plugin-id'+this.rowNumber)).getText();
7575
this.name = await (await $('#plugin-name'+this.rowNumber)).getText();

0 commit comments

Comments
 (0)