Skip to content

Commit

Permalink
remove duplicate function_signature
Browse files Browse the repository at this point in the history
  • Loading branch information
ilevyor committed Apr 3, 2024
1 parent 582cd18 commit 8e324aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/language/src/xscript_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ pub(crate) fn js_like_skip_snippet_compilation_sorts() -> Vec<(&'static str, &'s
("method_signature", "parenthesis"),
("abstract_method_signature", "parenthesis"),
("function_signature", "parenthesis"),
("function_signature", "parenthesis"),
("function_signature", "parenthesis"),
("function_signature", "parenthesis"),
("function_signature", "parenthesis"),
];
res.extend(js_skip_snippet_compilation_sorts());
res
Expand Down

0 comments on commit 8e324aa

Please sign in to comment.