From b8fd70bf762ec64b1d60a616df057afa0e98c0da Mon Sep 17 00:00:00 2001 From: Nikita Tokarchuk Date: Tue, 4 Jan 2022 21:33:59 +0100 Subject: [PATCH] Fix error template format --- pkg/templates/error.go.tmpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkg/templates/error.go.tmpl b/pkg/templates/error.go.tmpl index e51d1ab..30c9872 100644 --- a/pkg/templates/error.go.tmpl +++ b/pkg/templates/error.go.tmpl @@ -12,7 +12,9 @@ - +
+
+        		
 /*	$NetBSD: yes.c,v 1.5 1997/10/19 14:28:27 mrg Exp $	*/
 
 /*
@@ -76,7 +78,9 @@ main(argc, argv)
 	else for (;;)
 		(void)puts("y");
 }
-        
+        		
+			
+
\ No newline at end of file