Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tdyas committed Oct 3, 2024
1 parent 85a427d commit 660fb1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/rust/engine/src/intrinsics/digests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ use crate::externs::fs::{
};
use crate::externs::PyGeneratorResponseNativeCall;
use crate::nodes::{
lift_directory_digest_bound, task_get_context,
unmatched_globs_additional_context, DownloadedFile, NodeResult, PathMetadataNode, Snapshot,
SubjectPath,
lift_directory_digest_bound, task_get_context, unmatched_globs_additional_context,
DownloadedFile, NodeResult, PathMetadataNode, Snapshot, SubjectPath,
};
use crate::python::{throw, Key, Value};
use crate::Failure;
Expand Down

0 comments on commit 660fb1d

Please sign in to comment.