mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-26 03:45:04 +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]) {
|
fn func(binary: &[u8]) {
|
||||||
let space = b' ';
|
let space = b' ';
|
||||||
match binary {
|
match binary {
|
||||||
|
|
Loading…
Reference in a new issue