Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
gz committed Aug 2, 2022
1 parent 43ebb6e commit 79c7cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ impl CpuId {
}

/// Information about topology (LEAF=0x0B).
///
///
/// Intel SDM suggests software should check support for leaf 0x1F ([`get_extended_topology_info_v2()`]), and
/// if supported, enumerate that leaf instead.
///
Expand Down
2 changes: 1 addition & 1 deletion src/tests/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod i5_3337u;
mod i7_12700k;
mod ryzen_matisse;
mod xeon_gold_6252;
mod i7_12700k;

0 comments on commit 79c7cc7

Please sign in to comment.