mirror of
https://github.com/Dummi26/musicdb.git
synced 2025-12-14 11:56:16 +01:00
fix syntax error
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user