vendor/github.com/magiconair/properties/integrate.go
changeset 265 05c40b36d3b2
parent 242 2a9ec03fe5a1
--- a/vendor/github.com/magiconair/properties/integrate.go	Thu Sep 22 16:37:07 2022 +0200
+++ b/vendor/github.com/magiconair/properties/integrate.go	Sat Feb 04 12:58:35 2023 +0100
@@ -1,4 +1,4 @@
-// Copyright 2018 Frank Schroeder. All rights reserved.
+// Copyright 2013-2022 Frank Schroeder. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
@@ -10,8 +10,9 @@
 // the respective key for flag.Flag.Name.
 //
 // It's use is recommended with command line arguments as in:
-// 	flag.Parse()
-// 	p.MustFlag(flag.CommandLine)
+//
+//	flag.Parse()
+//	p.MustFlag(flag.CommandLine)
 func (p *Properties) MustFlag(dst *flag.FlagSet) {
 	m := make(map[string]*flag.Flag)
 	dst.VisitAll(func(f *flag.Flag) {