Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 6, 2025
1 parent 78a6933 commit b36c165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
use rabbitmq_http_client::blocking_api::HttpClientError;
use rabbitmq_http_client::formatting::*;
use rabbitmq_http_client::responses::{
ClusterAlarmCheckDetails, HealthCheckFailureDetails, NodeMemoryBreakdown, Overview,
QuorumCriticalityCheckDetails,
};
use rabbitmq_http_client::formatting::*;
use reqwest::StatusCode;
use tabled::settings::Panel;
use tabled::{Table, Tabled};
Expand Down Expand Up @@ -74,7 +74,7 @@ pub fn overview(ov: Overview) -> Table {
OverviewRow {
key: "Node tags",
value: display_tag_map_option(&ov.node_tags),
}
},
];
let tb = Table::builder(data);
let mut t = tb.build();
Expand Down

0 comments on commit b36c165

Please sign in to comment.