Skip to content

Commit

Permalink
Applied formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliesenfeld committed Aug 13, 2021
1 parent 5cd795c commit b9d80cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub use adapter::{
};
pub use mock::{Mock, MockExt};
pub use server::MockServer;
pub use spec::{When, Then};
pub use spec::{Then, When};

mod adapter;
mod mock;
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ use api::MockServerAdapter;
use common::util::Join;

use api::{LocalMockServerAdapter, RemoteMockServerAdapter};
pub use api::{Method, Mock, MockExt, MockServer, Regex, When, Then};
pub use api::{Method, Mock, MockExt, MockServer, Regex, Then, When};
use server::{start_server, MockServerState};

mod api;
Expand Down

0 comments on commit b9d80cf

Please sign in to comment.