mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-04 12:40:15 -05:00
gtr: Fix typo in comments
This commit is contained in:
parent
ce2d6b2372
commit
e939e4f120
@ -135,7 +135,7 @@ func TrimPrefixSpaces(line string, indent int) string {
|
||||
// from a test.
|
||||
prefixLen := strings.IndexFunc(line, func(r rune) bool { return r != ' ' })
|
||||
if prefixLen%4 == 0 {
|
||||
// Use the subtest level to trim a consistenly sized prefix from the
|
||||
// Use the subtest level to trim a consistently sized prefix from the
|
||||
// output lines.
|
||||
for i := 0; i <= indent; i++ {
|
||||
line = strings.TrimPrefix(line, " ")
|
||||
|
Loading…
x
Reference in New Issue
Block a user