Skip to content

Commit 996b475

Browse files
committed
clang-format fix
1 parent 65543d8 commit 996b475

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

ortools/graph_base/graph_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
#include "gtest/gtest.h"
3434
#include "ortools/base/gmock.h"
3535
#include "ortools/base/log_severity.h"
36-
#include "ortools/base/strong_vector.h"
3736
#include "ortools/base/strong_int.h"
37+
#include "ortools/base/strong_vector.h"
3838

3939
namespace util {
4040

ortools/routing/routing.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,8 @@ DimensionIndex Model::GetDimensionIndex(
10941094

10951095
const Dimension& Model::GetDimensionOrDie(
10961096
absl::string_view dimension_name) const {
1097-
return *dimensions_[gtl::FindOrDie(dimension_name_to_index_, std::string(dimension_name))];
1097+
return *dimensions_[gtl::FindOrDie(dimension_name_to_index_,
1098+
std::string(dimension_name))];
10981099
}
10991100

11001101
Dimension* Model::GetMutableDimension(const std::string& dimension_name) const {

0 commit comments

Comments
 (0)