Skip to content

Commit e0f3e6c

Browse files
committed
fixup
1 parent 92e4b2e commit e0f3e6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/google/or-tools
33
go 1.22.2
44

55
require (
6-
github.com/golang/glog v1.2.2
7-
google.golang.org/protobuf v1.36.5
6+
github.com/golang/glog v1.2.2
7+
google.golang.org/protobuf v1.36.5
88
)

tools/doc/gen_ref_doc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def create_section_data():
161161
'ortools/graph/connectivity.h ' +
162162
'ortools/graph/eulerian_path.h ' + 'ortools/graph/graph.h ' +
163163
'ortools/graph/graphs.h ' + 'ortools/graph/hamiltonian_path.h ' +
164-
'ortools/graph/io.h ' + 'ortools/graph/iterators.h ' +
164+
'ortools/graph/graph_io.h ' + 'ortools/graph/iterators.h ' +
165165
'ortools/graph/linear_assignment.h ' + 'ortools/graph/max_flow.h ' +
166166
'ortools/graph/min_cost_flow.h ' +
167167
'ortools/graph/minimum_spanning_tree.h ' +

0 commit comments

Comments
 (0)