From 164ac290e0fabfff7a9566f3ee9bb63758d4a9e3 Mon Sep 17 00:00:00 2001 From: Andreas Hartmann Date: Tue, 18 Apr 2023 17:56:25 +0200 Subject: [PATCH] xtask/ci: Apply rustfmt --- xtask/src/ci.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xtask/src/ci.rs b/xtask/src/ci.rs index 64c4a28db5..bc2f137243 100644 --- a/xtask/src/ci.rs +++ b/xtask/src/ci.rs @@ -54,8 +54,7 @@ fn e2e_build(sh: &Shell) -> anyhow::Result<()> { .context(err_context)?; // Copy plugins to e2e data-dir - let plugin_dir = crate::asset_dir() - .join("plugins"); + let plugin_dir = crate::asset_dir().join("plugins"); let project_root = crate::project_root(); let data_dir = project_root.join("target").join("e2e-data"); let plugins: Vec<_> = std::fs::read_dir(plugin_dir)