Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed May 7, 2024
1 parent 36cfc17 commit e27d126
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ingest_extracted_content.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@ impl ContentStateWriting {
state: &NamespaceEndpointState,
payload: ExtractedFeatures,
) -> Result<()> {
// let root_content_metadata = self
// .root_content_metadata
// .clone()
// .unwrap_or(self.task.content_metadata.clone().unwrap().into());
// let root_content_metadata = self
// .root_content_metadata
// .clone()
// .unwrap_or(self.task.content_metadata.clone().unwrap().into());
state
.data_manager
.write_existing_content_features(
Expand Down

0 comments on commit e27d126

Please sign in to comment.