Skip to content

Commit c1214f9

Browse files
committed
fixut rsutfmt
1 parent 4d5fb6c commit c1214f9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

cargo-pgrx/src/command/package.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
//LICENSE All rights reserved.
88
//LICENSE
99
//LICENSE Use of this source code is governed by the MIT license that can be found in the LICENSE file.
10+
use crate::CommandExecute;
1011
use crate::cargo::CargoProfile;
1112
use crate::command::get::get_property;
1213
use crate::command::install::{format_display_path, install_extension, warn_if_pg_bench_enabled};
13-
use crate::manifest::{display_version_info, PgVersionSource};
14-
use crate::CommandExecute;
14+
use crate::manifest::{PgVersionSource, display_version_info};
1515
use cargo_toml::Manifest;
16-
use eyre::{eyre, WrapErr};
16+
use eyre::{WrapErr, eyre};
1717
use owo_colors::OwoColorize;
18-
use pgrx_pg_config::{get_target_dir, PgConfig, Pgrx};
18+
use pgrx_pg_config::{PgConfig, Pgrx, get_target_dir};
1919
use std::path::{Path, PathBuf};
2020

2121
/// Create an installation package directory.

0 commit comments

Comments
 (0)