Explorar el Código

Remove unnecessary line of code (#199)

* Remove unnecessary line of code

* Fixed style error
Margaret Nolan hace 7 años
padre
commit
31bd460fab
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      internal/driver/driver_focus.go

+ 0
- 2
internal/driver/driver_focus.go Ver fichero

@@ -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 {