Skip to content

Commit

Permalink
Removing AnonymousType config
Browse files Browse the repository at this point in the history
  • Loading branch information
CKMonika committed Apr 9, 2024
1 parent d4b0e04 commit f639d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
8 changes: 0 additions & 8 deletions extensions/default_unparsing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,6 @@
"whitespace"
]
},
"AnonymousType": {
"node": [
{
"kind": "recurse_field",
"field": "f_type_decl"
}
]
},
"AnonymousTypeDecl": {
"node": {
"kind": "group",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
description: |
This test checks the formatting of a simple anonymous access type declaration.
This test checks the formatting of a simple anonymous
access type declaration.
It is expected the declaration stays on a single line.
driver: unparser
Expand Down

0 comments on commit f639d9e

Please sign in to comment.