Skip to content

Commit 061d1ff

Browse files
[autofix.ci] apply automated fixes
1 parent 5496abe commit 061d1ff

File tree

1 file changed

+1
-1
lines changed
  • tasks/ast_tools/src/generators/formatter

1 file changed

+1
-1
lines changed

tasks/ast_tools/src/generators/formatter/format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const AST_NODE_NEEDS_PARENTHESES: &[&str] = &[
4545
"TSIntersectionType",
4646
"TSConstructorType",
4747
"TSTypeQuery",
48-
"TSFunctionType"
48+
"TSFunctionType",
4949
];
5050

5151
const NEEDS_IMPLEMENTING_FMT_WITH_OPTIONS: phf::Map<&'static str, &'static str> = phf::phf_map! {

0 commit comments

Comments
 (0)