Skip to content

Commit 10006d0

Browse files
Update internal/execute/tsctests/sys.go
Co-authored-by: Copilot <[email protected]>
1 parent 7cb583b commit 10006d0

File tree

1 file changed

+1
-1
lines changed
  • internal/execute/tsctests

1 file changed

+1
-1
lines changed

internal/execute/tsctests/sys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ func (s *testSys) GetTrace(w io.Writer) func(str string) {
290290

291291
func (s *testSys) writeHeaderToBaseline(builder *strings.Builder, program *incremental.Program) {
292292
if builder.Len() != 0 {
293-
builder.Write([]byte("\n"))
293+
builder.WriteString("\n")
294294
}
295295

296296
if configFilePath := program.Options().ConfigFilePath; configFilePath != "" {

0 commit comments

Comments
 (0)