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 7cb583b commit 10006d0Copy full SHA for 10006d0
internal/execute/tsctests/sys.go
@@ -290,7 +290,7 @@ func (s *testSys) GetTrace(w io.Writer) func(str string) {
290
291
func (s *testSys) writeHeaderToBaseline(builder *strings.Builder, program *incremental.Program) {
292
if builder.Len() != 0 {
293
- builder.Write([]byte("\n"))
+ builder.WriteString("\n")
294
}
295
296
if configFilePath := program.Options().ConfigFilePath; configFilePath != "" {
0 commit comments