Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiffle committed Jan 26, 2024
1 parent 2652d17 commit b03ff98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion task/gimlet-inspector/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
#![no_main]

use drv_gimlet_seq_api::{SeqError, Sequencer};
use gimlet_inspector_protocol::{QueryV0, Request, SequencerRegistersResponseV0};
use gimlet_inspector_protocol::{
QueryV0, Request, SequencerRegistersResponseV0,
};
use hubpack::SerializedSize;
use task_net_api::*;
use userlib::*;
Expand Down

0 comments on commit b03ff98

Please sign in to comment.