Skip to content

Commit b605271

Browse files
committed
Fix formatting
1 parent aaa6961 commit b605271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xtask/src/dist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub fn run_dist(client_opts: Option<ClientOpts>) -> Result<()> {
1717
rm_rf(&dist)?;
1818
fs2::create_dir_all(&dist)?;
1919

20-
if let Some(ClientOpts { version, release_tag}) = client_opts {
20+
if let Some(ClientOpts { version, release_tag }) = client_opts {
2121
dist_client(&version, &release_tag)?;
2222
}
2323
dist_server()?;

xtask/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use std::env;
1313
use pico_args::Arguments;
1414
use xtask::{
1515
codegen::{self, Mode},
16-
dist::{ClientOpts, run_dist},
16+
dist::{run_dist, ClientOpts},
1717
install::{ClientOpt, InstallCmd, ServerOpt},
1818
not_bash::pushd,
1919
pre_commit, project_root, run_clippy, run_fuzzer, run_pre_cache, run_release, run_rustfmt,

0 commit comments

Comments
 (0)