We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2d6b2 commit e939e4fCopy full SHA for e939e4f
gtr/gtr.go
@@ -135,7 +135,7 @@ func TrimPrefixSpaces(line string, indent int) string {
135
// from a test.
136
prefixLen := strings.IndexFunc(line, func(r rune) bool { return r != ' ' })
137
if prefixLen%4 == 0 {
138
- // Use the subtest level to trim a consistenly sized prefix from the
+ // Use the subtest level to trim a consistently sized prefix from the
139
// output lines.
140
for i := 0; i <= indent; i++ {
141
line = strings.TrimPrefix(line, " ")
0 commit comments