Skip to content

Commit 5707102

Browse files
committed
fix cargo fmt errors
1 parent 61b41d5 commit 5707102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/dev/introspect.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use rover_std::Style;
77
use crate::command::dev::protocol::{SubgraphSdl, SubgraphUrl};
88
use crate::command::graph::Introspect as GraphIntrospect;
99
use crate::command::subgraph::Introspect as SubgraphIntrospect;
10-
use crate::options::{IntrospectOpts};
10+
use crate::options::IntrospectOpts;
1111
use crate::{RoverError, RoverErrorSuggestion, RoverResult};
1212

1313
#[derive(Clone, Debug)]

0 commit comments

Comments
 (0)