mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
Fix comment dot
This commit is contained in:
parent
eb213878a2
commit
fb7ceb5586
14 changed files with 39 additions and 39 deletions
|
@ -719,7 +719,7 @@ type mintNode struct {
|
|||
}
|
||||
|
||||
// replacementPair is a pair of a donor (outdated node that should be replaced)
|
||||
// and a heir (up to date node that inherits node labels)
|
||||
// and a heir (up to date node that inherits node labels).
|
||||
type replacementPair struct {
|
||||
donor corev1.Node
|
||||
heir corev1.Node
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue