Skip to content

Commit 040c659

Browse files
committed
Make clang-format happy
1 parent 100272a commit 040c659

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

graph_autodiff/graph.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,4 @@ absl::Status to_file(const Graph& graph, fs::path path);
256256
/// Deserialize a protobuf file into a Graph instance.
257257
absl::StatusOr<Graph> from_file(fs::path path);
258258

259-
} // namespace compute_graph_ad
259+
} // namespace graph_autodiff

graph_autodiff/graph_test.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
#include "graph_autodiff/graph.h"
2+
13
#include <gtest/gtest.h>
24

35
#include "absl/status/statusor.h"
4-
#include "graph_autodiff/graph.h"
56

67
using namespace graph_autodiff;
78

0 commit comments

Comments
 (0)