Skip to content

Commit

Permalink
Fix long line lint warning
Browse files Browse the repository at this point in the history
Change-Id: Ibe4006b198b66a115981a10d2b59f63bf8ed9bee
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
  • Loading branch information
ccojocar authored and k8s-ci-robot committed Nov 29, 2024
1 parent 9dc1652 commit 15535de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func TestShouldExcludeFile(t *testing.T) {
}{
{
name: "Should exclude containerd file",
filePath: "/run/containerd/io.containerd.runtime.v2.task/k8s.io/1806f41e981228490db1cf974bcec4e137762e99f31d5fe81be3672baa5be2eb/rootfs",
filePath: "/run/containerd/io.containerd.runtime.v2.task/k8s.io/1806f41e981228490db/rootfs",
want: true,
},
{
Expand Down

0 comments on commit 15535de

Please sign in to comment.