some improvments
This commit is contained in:
@@ -49,7 +49,6 @@ func IsPrintable(char byte) bool {
|
||||
}
|
||||
|
||||
// IsDelimiter checks if a character represents a delimiter.
|
||||
// TODO (v3): Unexport.
|
||||
func IsDelimiter(char byte) bool {
|
||||
if char == '(' || char == ')' {
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user