Skip to content

Commit 9eba883

Browse files
committed
Remove Partial<> from selectMap
1 parent decb74d commit 9eba883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syntax/select.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
breakParent,
1414
} from "../print_utils";
1515

16-
export const selectMap: Partial<CstToDocMap<AllSelectNodes>> = {
16+
export const selectMap: CstToDocMap<AllSelectNodes> = {
1717
compound_select_stmt: (print) =>
1818
join(hardline, [print("left"), print.spaced("operator"), print("right")]),
1919
select_stmt: (print, node, path, opts) => {

0 commit comments

Comments
 (0)