mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 13:18:47 +00:00
formatting
This commit is contained in:
parent
e5cdde95ab
commit
0700282b75
1 changed files with 1 additions and 1 deletions
|
@ -806,7 +806,7 @@ fn func(binary: &[u8]) {
|
|||
};
|
||||
}
|
||||
"#,
|
||||
r#"
|
||||
r#"
|
||||
fn func(binary: &[u8]) {
|
||||
let space = b' ';
|
||||
match binary {
|
||||
|
|
Loading…
Reference in a new issue