Skip to content

Commit 1a9c1d4

Browse files
committed
fmt
1 parent d97bed6 commit 1a9c1d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgres/src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ use tokio_postgres::{Error, Socket};
8383
/// ```not_rust
8484
/// host=host1,host2,host3 port=1234,,5678 hostaddr=127.0.0.1,127.0.0.2,127.0.0.3 user=postgres target_session_attrs=read-write
8585
/// ```
86-
///
86+
///
8787
/// ```not_rust
8888
/// host=host1,host2,host3 port=1234,,5678 user=postgres target_session_attrs=read-write
8989
/// ```
@@ -236,7 +236,7 @@ impl Config {
236236
/// Gets the hostaddrs that have been added to the configuration with `hostaddr`.
237237
pub fn get_hostaddrs(&self) -> &[IpAddr] {
238238
self.config.get_hostaddrs()
239-
}
239+
}
240240

241241
/// Adds a Unix socket host to the configuration.
242242
///

0 commit comments

Comments
 (0)