From b60931fceea5fa0661ff18da13d324c0136897f7 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 1 Sep 2024 18:55:43 -0400 Subject: format comments --- fmt.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fmt.go') diff --git a/fmt.go b/fmt.go index 09d223e..1fdee92 100644 --- a/fmt.go +++ b/fmt.go @@ -1,5 +1,5 @@ -// This program wraps its input into short lines. It is based on fmt.awk from -// "The Practice of Programming" by Brian Kernighan and Rob Pike (pp. 229). +// This program wraps its input into short lines. It is based on fmt.awk from "The +// Practice of Programming" by Brian Kernighan and Rob Pike (pp. 229). package main import ( -- cgit v1.2.3