mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-22 04:42:37 +03:00
Modernize all codes
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...
This commit is contained in:
@@ -114,7 +114,7 @@ func setComment(yamlNode *yaml.Node, description string) {
|
||||
"\n")
|
||||
}
|
||||
|
||||
func (n *Node) MarshalYAML() (interface{}, error) {
|
||||
func (n *Node) MarshalYAML() (any, error) {
|
||||
node := yaml.Node{
|
||||
Kind: yaml.MappingNode,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user