cob: Remove redundant indentation

Signed-off-by: Alexis Sellier <alexis@radicle.xyz>
This commit is contained in:
Alexis Sellier 2023-01-06 10:41:12 +01:00
parent 329af88ca6
commit a50329eb43
No known key found for this signature in database
1 changed files with 29 additions and 32 deletions

View File

@ -234,8 +234,6 @@ where
.collect::<Vec<_>>();
let trailers: Vec<OwnedTrailer> = vec![trailers::ResourceCommitTrailer::from(resource).into()];
{
let author = repo.signature()?;
let timestamp = author.when().seconds();
@ -270,7 +268,6 @@ where
.write(repo)?;
Ok((Oid::from(oid), timestamp as u64))
}
}
fn write_manifest(