Matt Bolt 6 vuotta sitten
vanhempi
sitoutus
3db718d26f
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      costmodel/costmodel.go

+ 2 - 2
costmodel/costmodel.go

@@ -1247,8 +1247,8 @@ func pruneDuplicateData(data map[string]map[string][]string) {
 }
 }
 
 
 // Determine if there is an underscore in the value of a slice. If so, replace _ with -, and then
 // Determine if there is an underscore in the value of a slice. If so, replace _ with -, and then
-// then check to see if the result exists in the slice. If both are true, then we DO NOT include
-// that original value in the new slice.
+// check to see if the result exists in the slice. If both are true, then we DO NOT include that
+// original value in the new slice.
 func pruneDuplicates(s []string) []string {
 func pruneDuplicates(s []string) []string {
 	m := sliceToSet(s)
 	m := sliceToSet(s)