cob: Remove redundant indentation
Signed-off-by: Alexis Sellier <alexis@radicle.xyz>
This commit is contained in:
parent
329af88ca6
commit
a50329eb43
|
|
@ -234,8 +234,6 @@ where
|
||||||
.collect::<Vec<_>>();
|
.collect::<Vec<_>>();
|
||||||
|
|
||||||
let trailers: Vec<OwnedTrailer> = vec![trailers::ResourceCommitTrailer::from(resource).into()];
|
let trailers: Vec<OwnedTrailer> = vec![trailers::ResourceCommitTrailer::from(resource).into()];
|
||||||
|
|
||||||
{
|
|
||||||
let author = repo.signature()?;
|
let author = repo.signature()?;
|
||||||
let timestamp = author.when().seconds();
|
let timestamp = author.when().seconds();
|
||||||
|
|
||||||
|
|
@ -270,7 +268,6 @@ where
|
||||||
.write(repo)?;
|
.write(repo)?;
|
||||||
|
|
||||||
Ok((Oid::from(oid), timestamp as u64))
|
Ok((Oid::from(oid), timestamp as u64))
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn write_manifest(
|
fn write_manifest(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue