commit | a83a3ecc8c5be5f1b38253568ec8952f6fc9682f | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue Aug 04 09:52:05 2020 -0700 |
committer | Patrick Venture <venture@google.com> | Tue Aug 04 09:52:05 2020 -0700 |
tree | e7530f6d13338e23753b008007b820c6eefcf4ad | |
parent | 83a2c3b2f3fcfa155bf1a5ff3d313e3ab230a57d [diff] [blame] |
update clang-format from Latest in docs Updates the clang-format file and then applies it. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ia9faf13ce171f90bf07547efd781139bee23e8c7
diff --git a/sensors/buildjson.hpp b/sensors/buildjson.hpp index 0a38b93..979cd87 100644 --- a/sensors/buildjson.hpp +++ b/sensors/buildjson.hpp
@@ -2,8 +2,9 @@ #include "conf.hpp" -#include <map> #include <nlohmann/json.hpp> + +#include <map> #include <string> using json = nlohmann::json;