Skip to content

Commit d6e8555

Browse files
committed
Shared: auto-format tree sitter extractor
1 parent b5ef15c commit d6e8555

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • shared/tree-sitter-extractor/src/generator

shared/tree-sitter-extractor/src/generator/ql_gen.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,10 @@ pub fn create_print_ast_module(nodes: &node_types::NodeTypeMap) -> ql::TopLevel<
888888
// `ReservedWordInt` fields have string-valued getters, so they
889889
// are not children and are excluded (just as they are from
890890
// `getAFieldOrChild`).
891-
if matches!(field.type_info, node_types::FieldTypeInfo::ReservedWordInt(_)) {
891+
if matches!(
892+
field.type_info,
893+
node_types::FieldTypeInfo::ReservedWordInt(_)
894+
) {
892895
continue;
893896
}
894897
let has_index = matches!(

0 commit comments

Comments
 (0)