From f5063c8424263f1a3fd18cf8ee99d6a935a0f81b Mon Sep 17 00:00:00 2001 From: makeworld Date: Sat, 19 Dec 2020 19:43:54 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Ignore=20line=20length=20in=20te?= =?UTF-8?q?sts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- display/util_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/display/util_test.go b/display/util_test.go index 6d092ad..09309a8 100644 --- a/display/util_test.go +++ b/display/util_test.go @@ -1,3 +1,4 @@ +//nolint: lll package display import (