| commit | 68a9b4e2d36dd0ba051345a048fb6c344023dd55 | [log] [tgz] |
|---|---|---|
| author | Googler <noreply@google.com> | Tue Nov 18 02:54:35 2025 -0800 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 18 02:55:38 2025 -0800 |
| tree | b00cede1673276bef1220029b67bb333012fd711 | |
| parent | a5b969785ca1c1c991f1caf6c9f9baaff3370e1e [diff] |
internal change PiperOrigin-RevId: 833735144 Change-Id: Ic8a0e55494ef5edf56ec45e9743c11aba734d61a
diff --git a/internal/o2o/loader/loader_test.go b/internal/o2o/loader/loader_test.go index 187c292..52d37f0 100644 --- a/internal/o2o/loader/loader_test.go +++ b/internal/o2o/loader/loader_test.go
@@ -97,9 +97,7 @@ func testConfig(t *testing.T) *loader.Config { t.Helper() - cfg := &loader.Config{} - - return cfg + return &loader.Config{} } func TestDiscoversSourceFiles(t *testing.T) {