Skip to content

Commit 42f9075

Browse files
committed
prettier
1 parent 063d91a commit 42f9075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/testDbConnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async function runValidation(): Promise<void> {
118118
}
119119
console.log("Database Updation : Success");
120120
await queryClient.end();
121-
process.exit(0);
121+
process.exit(0);
122122
} catch (error) {
123123
if (error instanceof Error) {
124124
console.error(`\nERROR: ${error.message}`);

0 commit comments

Comments
 (0)