Skip to content

Commit af9a42c

Browse files
committed
auto-formating
1 parent 227519e commit af9a42c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/resources/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ const mavenInstance = maven.create({
1515
"jdbc.drivers.copy.dependencies.output.directory": jdbcDriversDirectory,
1616
"modules.copy.dependencies.output.directory": modulesDirectory,
1717
});
18-
})();
18+
})();

packages/testsuite/cypress/support/resource-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,4 @@ declare global {
321321
isEAP(managementEndpoint: string): Chainable<boolean>;
322322
}
323323
}
324-
}
324+
}

packages/testsuite/cypress/support/verification-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,4 @@ declare global {
218218
closeAllPopUpNotifications(): void;
219219
}
220220
}
221-
}
221+
}

packages/testsuite/open-cypress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ import { Berg } from "@berg/berg";
2020
},
2121
});
2222
await berg.stop();
23-
})();
23+
})();

0 commit comments

Comments
 (0)