You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previusly, we added strings.Split() which when there is no "," was
returning the original string which was "".
This mean that we got an empty element in the set, and so the generated
annotation looked like ,test-ns/test-name with a leading comma for the
empty element.
This strips out empty elements, this has no technical change, it's
purely aesthetic.
0 commit comments