Skip to content

Commit cc961ab

Browse files
committed
Remove meth attribute when running formatter
1 parent 3606b7b commit cc961ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compiler/syntax/src/res_parsetree_viewer.ml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,10 @@ let filter_parsing_attrs attrs =
198198
match attr with
199199
| ( {
200200
Location.txt =
201-
( "res.braces" | "ns.braces" | "res.iflet" | "res.ternary"
202-
| "res.await" | "res.template" | "res.taggedTemplate"
203-
| "res.patVariantSpread" | "res.dictPattern"
204-
| "res.inlineRecordDefinition" );
201+
( "meth" | "res.braces" | "ns.braces" | "res.iflet"
202+
| "res.ternary" | "res.await" | "res.template"
203+
| "res.taggedTemplate" | "res.patVariantSpread"
204+
| "res.dictPattern" | "res.inlineRecordDefinition" );
205205
},
206206
_ ) ->
207207
false

0 commit comments

Comments
 (0)