Skip to content

Commit

Permalink
xtask/ci: Apply rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
har7an committed Apr 18, 2023
1 parent 0c4f1fd commit 164ac29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xtask/src/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 164ac29

Please sign in to comment.