mirror of
https://github.com/zhom/banderole.git
synced 2026-07-16 08:27:18 +02:00
chore: linting
This commit is contained in:
+2
-1
@@ -52,7 +52,8 @@ async fn main() -> anyhow::Result<()> {
|
||||
no_compression,
|
||||
ignore_cached_versions,
|
||||
} => {
|
||||
bundler::bundle_project(path, output, name, no_compression, ignore_cached_versions).await?;
|
||||
bundler::bundle_project(path, output, name, no_compression, ignore_cached_versions)
|
||||
.await?;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user