1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

refactor: remove unused binding

This commit is contained in:
Kevin Amado 2022-02-18 17:16:16 -05:00
parent d60c6e6526
commit 5e6ca2f1d0
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -16,8 +16,6 @@ pub fn rule(
// a
let child = children.get_next().unwrap();
let is_pattern_type =
child.element.kind() == rnix::SyntaxKind::NODE_PATTERN;
match layout {
crate::config::Layout::Tall => {
steps.push_back(crate::builder::Step::FormatWider(child.element));