Format the code

This commit is contained in:
2022-06-14 06:02:51 +00:00
committed by GitHub
parent 56624c7bd9
commit 248e2d44a2
42 changed files with 1076 additions and 520 deletions

View File

@@ -65,8 +65,8 @@ impl MetaDataParser {
false
}
}
Node::Comment(_) => { false }
Node::Text(_) => { false }
Node::Comment(_) => false,
Node::Text(_) => false,
}
}