mirror of
https://github.com/Dummi26/musicdb.git
synced 2025-03-10 14:13:53 +01:00
fix syntax error
This commit is contained in:
parent
0e38114c88
commit
40d6f7a850
@ -328,7 +328,7 @@ impl GuiElemTrait for LibraryBrowser {
|
|||||||
None => 5.0,
|
None => 5.0,
|
||||||
Some(ch) if ch.is_whitespace() => 5.0,
|
Some(ch) if ch.is_whitespace() => 5.0,
|
||||||
// found after whitespace in h
|
// found after whitespace in h
|
||||||
Some(_) = 3.0,
|
Some(_) => 3.0,
|
||||||
},
|
},
|
||||||
// found somewhere else in h
|
// found somewhere else in h
|
||||||
_ => 2.0,
|
_ => 2.0,
|
||||||
|
Loading…
Reference in New Issue
Block a user