aboutsummaryrefslogtreecommitdiff
path: root/src/internal/coverage/cformat/format.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/coverage/cformat/format.go')
-rw-r--r--src/internal/coverage/cformat/format.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/coverage/cformat/format.go b/src/internal/coverage/cformat/format.go
index a8276ff124..0e1d8caf99 100644
--- a/src/internal/coverage/cformat/format.go
+++ b/src/internal/coverage/cformat/format.go
@@ -218,7 +218,7 @@ func (fm *Formatter) EmitPercent(w io.Writer, covpkgs string, noteEmpty bool) er
coveredStmts += nx
}
}
- if _, err := fmt.Fprintf(w, "\t%s\t", importpath); err != nil {
+ if _, err := fmt.Fprintf(w, "\t%s\t\t", importpath); err != nil {
return err
}
if totalStmts == 0 {