[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

This commit is contained in:
macneale4
2025-12-15 21:26:35 +00:00
parent 338d835f6f
commit e49f1992db

View File

@@ -21,7 +21,6 @@ import (
"testing"
)
var rlTests = []struct {
inputStr string
expectedLines []string
@@ -48,7 +47,6 @@ func getTestReadLineClosure(inputStr string) func() (string, bool, error) {
}
}
func testReadLineFunctions(t *testing.T, testType string, expected []string, rlFunc func() (string, bool, error)) {
var isDone bool
var line string
@@ -67,5 +65,3 @@ func testReadLineFunctions(t *testing.T, testType string, expected []string, rlF
t.Error("Received unexpected results.")
}
}