Skip to content

Commit

Permalink
remove extraneous curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
mxndtaylor authored and tiagolobocastro committed Jun 4, 2022
1 parent eeea1b1 commit 95a25f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ use crate::error::PaperClipError;
use paperclip_core::v2::models::SpecFormat;
use serde::Deserialize;

use std::io::{Read};
use std::io::Read;

#[cfg(feature = "codegen")]
pub use self::codegen::{DefaultEmitter, Emitter, EmitterState};
Expand Down

0 comments on commit 95a25f2

Please sign in to comment.