Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdyer committed Jul 24, 2024
1 parent ec9060e commit 24d7bbd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/common/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,6 @@ pub enum Utterances {
#[allow(missing_docs)]
Disabled,


#[allow(missing_docs)]
CustomSplit {
#[allow(missing_docs)]
Expand Down
1 change: 0 additions & 1 deletion src/manage/keys/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ impl Options {
pub fn json(&self) -> Result<String, serde_json::Error> {
serde_json::to_string(&SerializableOptions::from(self))
}

}

impl OptionsBuilder {
Expand Down
1 change: 0 additions & 1 deletion src/manage/usage/get_usage_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ impl Options {
pub fn urlencoded(&self) -> Result<String, serde_urlencoded::ser::Error> {
serde_urlencoded::to_string(SerializableOptions::from(self))
}

}

impl OptionsBuilder {
Expand Down
1 change: 0 additions & 1 deletion src/speak/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ impl Options {
pub fn urlencoded(&self) -> Result<String, serde_urlencoded::ser::Error> {
serde_urlencoded::to_string(SerializableOptions(self))
}

}

impl OptionsBuilder {
Expand Down

0 comments on commit 24d7bbd

Please sign in to comment.