Skip to content

Commit 00ebfc6

Browse files
author
hansolshin
committed
Add space to return type
1 parent 6a694a9 commit 00ebfc6

File tree

1 file changed

+1
-1
lines changed
  • tokio-postgres/src/error

1 file changed

+1
-1
lines changed

tokio-postgres/src/error/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ impl Error {
422422
}
423423

424424
/// Determines if the error was associated with closed connection.
425-
pub fn is_closed(&self) -> bool{
425+
pub fn is_closed(&self) -> bool {
426426
self.0.kind == Kind::Closed
427427
}
428428

0 commit comments

Comments
 (0)