Skip to content

Commit 41c9cfb

Browse files
committed
Run cargo fmt
Signed-off-by: Colin Walters <[email protected]>
1 parent 12cdbf5 commit 41c9cfb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/imageproxy.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,10 @@ impl ImageProxy {
491491

492492
///Returns data that can be used to find the "diffid" corresponding to a particular layer.
493493
#[instrument]
494-
pub async fn get_layer_info(&self, img: &OpenedImage) -> Result<Option<Vec<ConvertedLayerInfo>>> {
494+
pub async fn get_layer_info(
495+
&self,
496+
img: &OpenedImage,
497+
) -> Result<Option<Vec<ConvertedLayerInfo>>> {
495498
tracing::debug!("Getting layer info");
496499
if !LAYER_INFO_PROTO_VERSION.matches(&self.protover) {
497500
return Ok(None);

0 commit comments

Comments
 (0)