Skip to content

Commit

Permalink
Make clang-format happy
Browse files Browse the repository at this point in the history
  • Loading branch information
eguiraud committed Oct 2, 2023
1 parent d2029c8 commit ce579f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graph_autodiff/graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,4 @@ absl::Status to_file(const Graph& graph, fs::path path);
/// Deserialize a protobuf file into a Graph instance.
absl::StatusOr<Graph> from_file(fs::path path);

} // namespace compute_graph_ad
} // namespace graph_autodiff
3 changes: 2 additions & 1 deletion graph_autodiff/graph_test.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#include "graph_autodiff/graph.h"

#include <gtest/gtest.h>

#include "absl/status/statusor.h"
#include "graph_autodiff/graph.h"

using namespace graph_autodiff;

Expand Down

0 comments on commit ce579f1

Please sign in to comment.