Skip to content

Commit a51ac04

Browse files
committed
[core/src/oas/models.rs] rustfmt
1 parent 362e219 commit a51ac04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/oas/models.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ pub enum BodyFormat {
8585
}
8686

8787
/// Parameter serialization style as defined in RFC 6570 and OpenAPI 3.x.
88-
#[derive(Debug, Clone, PartialEq, Eq)]
89-
#[derive(Default)]
88+
#[derive(Debug, Clone, PartialEq, Eq, Default)]
9089
pub enum ParamStyle {
9190
/// Path-style parameters defined by RFC6570 (matrix).
9291
Matrix,

0 commit comments

Comments
 (0)