mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 21:17:45 +00:00
Merge pull request #145 from kamadorueda/kamadorueda
refactor: remove unused binding
This commit is contained in:
commit
aa08ae37c5
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ pub fn rule(
|
||||||
|
|
||||||
// a
|
// a
|
||||||
let child = children.get_next().unwrap();
|
let child = children.get_next().unwrap();
|
||||||
let is_pattern_type =
|
|
||||||
child.element.kind() == rnix::SyntaxKind::NODE_PATTERN;
|
|
||||||
match layout {
|
match layout {
|
||||||
crate::config::Layout::Tall => {
|
crate::config::Layout::Tall => {
|
||||||
steps.push_back(crate::builder::Step::FormatWider(child.element));
|
steps.push_back(crate::builder::Step::FormatWider(child.element));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue