Skip to content

Commit a0e4056

Browse files
committed
cargo fmt
1 parent 6de9a99 commit a0e4056

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/oas3/src/spec/server.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ pub struct ServerVariable {
7171

7272
#[cfg(test)]
7373
mod tests {
74-
use super::{Server, ServerVariable};
7574
use serde_json::json;
7675

76+
use super::{Server, ServerVariable};
77+
7778
#[test]
7879
fn server_extensions_round_trip() {
7980
let payload = r#"{

0 commit comments

Comments
 (0)