Skip to content

Commit 39fd22c

Browse files
Copilotjakebailey
andauthored
style: apply formatting to test file
Agent-Logs-Url: https://github.com/microsoft/typescript-go/sessions/c02ab152-7feb-4028-b517-64facd33ddf4 Co-authored-by: jakebailey <5341706+jakebailey@users.noreply.github.com>
1 parent 186bc06 commit 39fd22c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internal/execute/tsc/extendedconfigcache_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type testParseConfigHost struct {
1414
cwd string
1515
}
1616

17-
func (h *testParseConfigHost) FS() vfs.FS { return h.fs }
17+
func (h *testParseConfigHost) FS() vfs.FS { return h.fs }
1818
func (h *testParseConfigHost) GetCurrentDirectory() string { return h.cwd }
1919

2020
func TestExtendedConfigCacheExtendsCircularity(t *testing.T) {
@@ -27,8 +27,8 @@ func TestExtendedConfigCacheExtendsCircularity(t *testing.T) {
2727
// not a deadlock when using the tsc ExtendedConfigCache.
2828
files := map[string]any{
2929
"/project/tsconfig.json": `{"extends": "./base.json"}`,
30-
"/project/base.json": `{"extends": "./base.json"}`,
31-
"/project/main.ts": `// Hello World!`,
30+
"/project/base.json": `{"extends": "./base.json"}`,
31+
"/project/main.ts": `// Hello World!`,
3232
}
3333

3434
fs := vfstest.FromMap(files, false /*useCaseSensitiveFileNames*/)

0 commit comments

Comments
 (0)