mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-01 21:14:10 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
b776d947f5
commit
07dd5f0c64
10
build.rs
10
build.rs
@ -153,7 +153,15 @@ fn main() {
|
||||
let entry_path = entry.unwrap().path();
|
||||
let package_name = entry_path.file_name().unwrap().to_str().unwrap();
|
||||
|
||||
if !["app_store", "homepage", "http_proxy", "qns_indexer", "terminal"].contains(&package_name) {
|
||||
if ![
|
||||
"app_store",
|
||||
"homepage",
|
||||
"http_proxy",
|
||||
"qns_indexer",
|
||||
"terminal",
|
||||
]
|
||||
.contains(&package_name)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user