GirDBRepo fix syntax error
This commit is contained in:
parent
723eecb27c
commit
fd0109e490
1 changed files with 1 additions and 2 deletions
|
@ -128,8 +128,7 @@ class GitDBRepo {
|
|||
final String userEmailAddress
|
||||
) {
|
||||
return insertCommit(tree, message, userName, userEmailAddress, branchRef)
|
||||
.flatMap(cid -> Result.of(() ->
|
||||
headWriter.write(branchRef.getName(), cid)));
|
||||
.flatMap(cid -> headWriter.write(branchRef.getName(), cid));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue