Skip to content

Commit ab0124b

Browse files
committed
Format
1 parent 2b7119a commit ab0124b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/testutil/harnessutil/harnessutil.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ func createCompilerHost(fs vfs.FS, defaultLibraryPath string, currentDirectory s
509509
}
510510
return &cachedCompilerHost{
511511
CompilerHost: compiler.NewCompilerHost(currentDirectory, fs, defaultLibraryPath, nil, trace),
512-
tracer: &tracer,
512+
tracer: &tracer,
513513
}
514514
}
515515

0 commit comments

Comments
 (0)