Skip to content

Commit 829dbc0

Browse files
committed
Apply clippy fixes and format code
1 parent 8b95574 commit 829dbc0

File tree

1 file changed

+5
-1
lines changed
  • datafusion-postgres/tests/common

1 file changed

+5
-1
lines changed

datafusion-postgres/tests/common/mod.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ pub fn setup_handlers() -> DfSessionService {
1414
let session_context = SessionContext::new();
1515
setup_pg_catalog(&session_context, "datafusion").expect("Failed to setup sesession context");
1616

17-
DfSessionService::new(Arc::new(session_context), Arc::new(AuthManager::new()), Some(std::time::Duration::from_secs(30)))
17+
DfSessionService::new(
18+
Arc::new(session_context),
19+
Arc::new(AuthManager::new()),
20+
Some(std::time::Duration::from_secs(30)),
21+
)
1822
}
1923

2024
#[derive(Debug, Default)]

0 commit comments

Comments
 (0)