mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
chore(fmt): apply proper formatting
This commit is contained in:
parent
88ff7158f0
commit
bdb14f48f9
1 changed files with 6 additions and 1 deletions
|
@ -148,7 +148,12 @@ pub fn pretty_format_value(
|
|||
)?,
|
||||
_ => {
|
||||
write!(buffer, "\n{depth_indent}{INDENT}[")?;
|
||||
pretty_format_value(buffer, &key, parent_table_addr.clone(), depth + 1)?;
|
||||
pretty_format_value(
|
||||
buffer,
|
||||
&key,
|
||||
parent_table_addr.clone(),
|
||||
depth + 1,
|
||||
)?;
|
||||
write!(buffer, "] {} ", STYLE_DIM.apply_to("="))?;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue