Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-31 13:56:46 -06:00
parent f1823010cd
commit b6468357f3
1 changed files with 2 additions and 0 deletions

View File

@ -980,3 +980,5 @@ func (x *Views) AppendByName(y *View) bool {
x.Views = append(x.Views, y)
return true
}
// `autogen:`