Skip to content

Commit 97f9344

Browse files
🤖 dprint fmt
1 parent 3dd7f25 commit 97f9344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/pg/lib/type-overrides.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ declare enum builtins {
6464
}
6565
type TypeId = builtins;
6666
type TypeParser<TOid = number, TReturn = any> = (oid: TOid) => TReturn;
67-
type TypeFormat = 'text' | 'binary';
67+
type TypeFormat = "text" | "binary";
6868

6969
export = TypeOverrides;
7070
declare class TypeOverrides implements CustomTypesConfig {

0 commit comments

Comments
 (0)