Ran clang format.

This commit is contained in:
Eike 2021-03-15 23:06:54 +01:00
parent b2090c5d4b
commit d501b774a3
2 changed files with 12 additions and 12 deletions

View File

@ -10,10 +10,10 @@
#include "json-patch.hpp" #include "json-patch.hpp"
#include <deque>
#include <memory> #include <memory>
#include <set> #include <set>
#include <sstream> #include <sstream>
#include <deque>
using nlohmann::json; using nlohmann::json;
using nlohmann::json_patch; using nlohmann::json_patch;