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) {