Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 27, 2025
1 parent 866d4d4 commit 231654e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/responses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1413,9 +1413,9 @@ impl From<WarmStandbyReplicationLinkState> for String {
#[cfg_attr(feature = "tabled", derive(Tabled))]
#[allow(dead_code)]
pub struct WarmStandbyReplicationInVirtualHost {
pub state: WarmStandbyReplicationLinkState,
pub operating_mode: OperatingMode,
pub virtual_host: String,
pub operating_mode: OperatingMode,
pub state: WarmStandbyReplicationLinkState,
}

impl fmt::Display for WarmStandbyReplicationInVirtualHost {
Expand Down

0 comments on commit 231654e

Please sign in to comment.