mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 13:07:47 +00:00
refactor: remove unused binding
This commit is contained in:
parent
d60c6e6526
commit
5e6ca2f1d0
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