From 04f3a1147f65b5bb090710cdf098d392c6f2ad51 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 27 Feb 2024 23:52:55 +0000 Subject: go-module.eclass: fix whitespace Signed-off-by: Sam James --- eclass/go-module.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/go-module.eclass') diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass index 5726d2f77d9a..2179b8e93732 100644 --- a/eclass/go-module.eclass +++ b/eclass/go-module.eclass @@ -14,7 +14,7 @@ # written in the go programming language that uses modules. # If the software you are packaging has a file named go.mod in its top level # directory, it uses modules. -# +# # Modules have been the preferred method of tracking dependencies in software # written in Go since version 1.16, # so if the software isn't using modules, it should be updated. -- cgit v1.2.3-65-gdbad