From f4fd53211a9e3964818c2069aeff5464a679079f Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 12 Aug 2022 22:11:15 +0900 Subject: Reformat comments adhere to gofmt --- src/ansi.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ansi.go') diff --git a/src/ansi.go b/src/ansi.go index 698bf89e..543dabf3 100644 --- a/src/ansi.go +++ b/src/ansi.go @@ -126,7 +126,6 @@ func isCtrlSeqStart(c uint8) bool { // calling FindStringIndex() on the below regex (which was originally used): // // "(?:\x1b[\\[()][0-9;?]*[a-zA-Z@]|\x1b][0-9];[[:print:]]+(?:\x1b\\\\|\x07)|\x1b.|[\x0e\x0f]|.\x08)" -// func nextAnsiEscapeSequence(s string) (int, int) { // fast check for ANSI escape sequences i := 0 -- cgit v1.2.3