Skip to content

Commit 6476658

Browse files
committed
don't change formatting
1 parent 7fed36e commit 6476658

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/action/run_command.rs

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,19 @@ use crate::{
99
error::{ErrorKind, Result},
1010
operation::{run_command, run_cursor_command},
1111
selection_criteria::SelectionCriteria,
12-
ClientSession, Cursor, Database, SessionCursor,
12+
ClientSession,
13+
Cursor,
14+
Database,
15+
SessionCursor,
1316
};
1417

1518
use super::{
16-
action_impl, deeplink, export_doc, option_setters, options_doc, ExplicitSession,
19+
action_impl,
20+
deeplink,
21+
export_doc,
22+
option_setters,
23+
options_doc,
24+
ExplicitSession,
1725
ImplicitSession,
1826
};
1927

0 commit comments

Comments
 (0)