mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Fix build / formatting
This commit is contained in:
parent
bf6aaf4657
commit
8eda32cf3f
1 changed files with 3 additions and 1 deletions
|
@ -58,7 +58,9 @@ fn process_style(path: &Path) -> std::io::Result<String> {
|
|||
.path()
|
||||
.extension()
|
||||
.map(|ext| {
|
||||
ext == std::ffi::OsStr::new("60") || ext == std::ffi::OsStr::new("svg") || ext == std::ffi::OsStr::new("svgz")
|
||||
ext == std::ffi::OsStr::new("60")
|
||||
|| ext == std::ffi::OsStr::new("svg")
|
||||
|| ext == std::ffi::OsStr::new("svgz")
|
||||
})
|
||||
.unwrap_or_default()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue