Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 6, 2023
1 parent 8037059 commit 8229a0e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions macro/src/dialect/operation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,7 @@ impl<'a> Operation<'a> {
}

pub fn description(&self) -> Result<String, Error> {
Ok(sanitize_documentation(
self.definition.str_value("description")?,
)?)
sanitize_documentation(self.definition.str_value("description")?)
}
}

Expand Down

0 comments on commit 8229a0e

Please sign in to comment.