Skip to content

Commit 6c6ebb4

Browse files
committed
chore: correct formatting
1 parent f20c0e6 commit 6c6ebb4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

postgresql_embedded/src/postgresql.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,14 @@ impl PostgreSQL {
7979
/// Get the default version used if not otherwise specified
8080
pub fn default_version() -> Version {
8181
#[cfg(feature = "bundled")]
82-
{ *ARCHIVE_VERSION }
82+
{
83+
*ARCHIVE_VERSION
84+
}
8385

8486
#[cfg(not(feature = "bundled"))]
85-
{ postgresql_archive::LATEST }
87+
{
88+
postgresql_archive::LATEST
89+
}
8690
}
8791

8892
/// Get the [status](Status) of the PostgreSQL server

0 commit comments

Comments
 (0)