Skip to content

Commit ce44f65

Browse files
autofix-ci[bot]Dunqing
authored andcommitted
[autofix.ci] apply automated fixes
1 parent f92040d commit ce44f65

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)