Skip to content

Commit 7cd6c28

Browse files
committed
chore: fix prettier
1 parent 6ce684b commit 7cd6c28

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/lib/PostgresMetaRoles.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
import { ident, literal } from 'pg-format'
22
import { DEFAULT_ROLES } from './constants.js'
33
import { rolesSql } from './sql/index.js'
4-
import { PostgresMetaResult, PostgresRole, PostgresRoleCreate, PostgresRoleUpdate } from './types.js'
4+
import {
5+
PostgresMetaResult,
6+
PostgresRole,
7+
PostgresRoleCreate,
8+
PostgresRoleUpdate,
9+
} from './types.js'
510
export function changeRoleConfig2Object(config: string[]) {
611
if (!config) {
712
return null

0 commit comments

Comments
 (0)