Remove extra semicolon
This commit is contained in:
parent
20dc1046ee
commit
8bb601304b
@ -86,7 +86,7 @@ impl PostgresConnectionPool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pool.pool.pop().unwrap()
|
pool.pool.pop().unwrap()
|
||||||
});;
|
});
|
||||||
|
|
||||||
PooledPostgresConnection {
|
PooledPostgresConnection {
|
||||||
pool: self.clone(),
|
pool: self.clone(),
|
||||||
|
Loading…
Reference in New Issue
Block a user