Skip to content

Commit

Permalink
Fixed cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacDynamo authored and gz committed Mar 18, 2022
1 parent 2a115cf commit 128a591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cpuid.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::fmt::Display;
use std::str::FromStr;

use clap::{Parser};
use clap::Parser;
use raw_cpuid::{
cpuid, Associativity, CacheType, CpuId, CpuIdResult, DatType, ExtendedRegisterStateLocation,
SgxSectionInfo, SoCVendorBrand, TopologyType,
Expand Down

0 comments on commit 128a591

Please sign in to comment.