From c7be956f3f5e2b50e3af72a6170a455f20b1643b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 19 May 2020 04:51:01 +0100 Subject: style(3p/nix/libexpr): Reformat with clang-format --- third_party/nix/src/libexpr/primops/fetchGit.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/nix/src/libexpr/primops/fetchGit.cc') diff --git a/third_party/nix/src/libexpr/primops/fetchGit.cc b/third_party/nix/src/libexpr/primops/fetchGit.cc index 07a0770a3fca..21994db07616 100644 --- a/third_party/nix/src/libexpr/primops/fetchGit.cc +++ b/third_party/nix/src/libexpr/primops/fetchGit.cc @@ -1,3 +1,4 @@ +#include #include #include #include @@ -7,7 +8,6 @@ #include "pathlocks.hh" #include "primops.hh" #include "store-api.hh" -#include using namespace std::string_literals; -- cgit 1.4.1