diff options
author | Michael Muré <batolettre@gmail.com> | 2020-05-01 00:25:45 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-05-01 00:35:00 +0200 |
commit | fb31f80120457bba76dc336a68ceae2efb7b8579 (patch) | |
tree | 13f28e134b7eac8651fed46db4f51863dd8bed27 /identity/identity.go | |
parent | 0434d9203a4accb8a805ed272b340a3a19d286b4 (diff) | |
download | git-bug-fb31f80120457bba76dc336a68ceae2efb7b8579.tar.gz |
identity: actually test the mutator
Diffstat (limited to 'identity/identity.go')
-rw-r--r-- | identity/identity.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/identity/identity.go b/identity/identity.go index 6b71fa35..3da8c5a3 100644 --- a/identity/identity.go +++ b/identity/identity.go @@ -289,7 +289,7 @@ type Mutator struct { Keys []*Key } -// Mutate allow to create a new version of the Identity +// Mutate allow to create a new version of the Identity in one go func (i *Identity) Mutate(f func(orig Mutator) Mutator) { orig := Mutator{ Name: i.Name(), |