We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20c0e6 commit 6c6ebb4Copy full SHA for 6c6ebb4
postgresql_embedded/src/postgresql.rs
@@ -79,10 +79,14 @@ impl PostgreSQL {
79
/// Get the default version used if not otherwise specified
80
pub fn default_version() -> Version {
81
#[cfg(feature = "bundled")]
82
- { *ARCHIVE_VERSION }
+ {
83
+ *ARCHIVE_VERSION
84
+ }
85
86
#[cfg(not(feature = "bundled"))]
- { postgresql_archive::LATEST }
87
88
+ postgresql_archive::LATEST
89
90
}
91
92
/// Get the [status](Status) of the PostgreSQL server
0 commit comments