Skip to content

Commit 7a74927

Browse files
style(postgresql): apply formatter import ordering
1 parent ebe4c43 commit 7a74927

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/modules/postgresql/src/pgvector-container.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Client } from "pg";
21
import path from "node:path";
2+
import { Client } from "pg";
33
import { getImage } from "../../../testcontainers/src/utils/test-helper";
44
import { PostgreSqlContainer } from "./postgresql-container";
55

packages/modules/postgresql/src/postgis-container.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Client } from "pg";
21
import path from "node:path";
2+
import { Client } from "pg";
33
import { getImage } from "../../../testcontainers/src/utils/test-helper";
44
import { PostgreSqlContainer } from "./postgresql-container";
55

packages/modules/postgresql/src/postgresql-container.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Client } from "pg";
21
import path from "node:path";
2+
import { Client } from "pg";
33
import { getImage } from "../../../testcontainers/src/utils/test-helper";
44
import { PostgreSqlContainer } from "./postgresql-container";
55

packages/modules/postgresql/src/timescale-container.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Client } from "pg";
21
import path from "node:path";
2+
import { Client } from "pg";
33
import { getImage } from "../../../testcontainers/src/utils/test-helper";
44
import { PostgreSqlContainer } from "./postgresql-container";
55

0 commit comments

Comments
 (0)