format fix

This commit is contained in:
Corentin Le Molgat
2024-09-18 11:56:23 +02:00
parent 9fa25b31b2
commit 8e1dece507
9 changed files with 232 additions and 139 deletions

4
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/google/or-tools
go 1.22.2
require (
github.com/golang/glog v1.2.2
google.golang.org/protobuf v1.34.2
github.com/golang/glog v1.2.2
google.golang.org/protobuf v1.34.2
)