Skip to content

Commit 9f3b013

Browse files
authored
Fix lint error for types package (#4295)
Golangci-lint was updated in #4279 but the linter seems to have missed this file then and is now being tripped up by it. Signed-off-by: Colleen Murphy <[email protected]>
1 parent 34f0ff9 commit 9f3b013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/types/media.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16-
package types
16+
package types //nolint:revive
1717

1818
const (
1919
JSONInputFormat = "json"

0 commit comments

Comments
 (0)