Fix formatting

This commit is contained in:
Aleksey Kladov 2020-03-23 15:20:49 +01:00
parent aaa6961aa6
commit b605271d7f
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ use std::env;
use pico_args::Arguments;
use xtask::{
codegen::{self, Mode},
dist::{ClientOpts, run_dist},
dist::{run_dist, ClientOpts},
install::{ClientOpt, InstallCmd, ServerOpt},
not_bash::pushd,
pre_commit, project_root, run_clippy, run_fuzzer, run_pre_cache, run_release, run_rustfmt,