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