Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaecker committed Oct 20, 2023
1 parent 36c0b6e commit 2743c26
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nexus/db-queries/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ mod probes {
// Fires before we start a search over a range for a VNI.
//
// Includes the starting VNI and the size of the range being searched.
fn vni__search__range__start(_: &usdt::UniqueId, start_vni: u32, size: u32) {}
fn vni__search__range__start(
_: &usdt::UniqueId,
start_vni: u32,
size: u32,
) {
}

// Fires when we successfully find a VNI.
fn vni__search__range__found(_: &usdt::UniqueId, vni: u32) {}
Expand Down

0 comments on commit 2743c26

Please sign in to comment.