Skip to content

Commit f37af86

Browse files
committed
fix: lint-fix
1 parent 15e59eb commit f37af86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pglt_workspace/src/workspace/server/db_connection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ impl DbConnection {
2323
.password(&settings.password)
2424
.database(&settings.database);
2525

26-
let timeout = settings.conn_timeout_secs.clone();
26+
let timeout = settings.conn_timeout_secs;
2727

2828
let pool = PoolOptions::<Postgres>::new()
2929
.acquire_timeout(timeout)

0 commit comments

Comments
 (0)