Pārlūkot izejas kodu

Remove unnecessary line of code (#199)

* Remove unnecessary line of code

* Fixed style error
Margaret Nolan 7 gadus atpakaļ
vecāks
revīzija
31bd460fab
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0
    2
      internal/driver/driver_focus.go

+ 0
- 2
internal/driver/driver_focus.go Parādīt failu

@@ -83,8 +83,6 @@ func compileTagFilter(name, value string, ui plugin.UI, err error) (func(*profil
83 83
 	if len(tagValuePair) == 2 {
84 84
 		wantKey = tagValuePair[0]
85 85
 		value = tagValuePair[1]
86
-	} else {
87
-		wantKey = ""
88 86
 	}
89 87
 
90 88
 	if numFilter := parseTagFilterRange(value); numFilter != nil {