Update formatting
This commit is contained in:
parent
dda356ea00
commit
49638e5aa7
27 changed files with 239 additions and 232 deletions
|
|
@ -21,9 +21,7 @@ pub struct StoredDocumentVersion {
|
|||
}
|
||||
|
||||
impl StoredDocumentVersion {
|
||||
pub fn content_as_string(&self) -> String {
|
||||
String::from_utf8_lossy(&self.content).to_string()
|
||||
}
|
||||
pub fn content_as_string(&self) -> String { String::from_utf8_lossy(&self.content).to_string() }
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize, JsonSchema)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue