formatting

This commit is contained in:
Benjamin Sergeant
2020-01-09 13:45:31 -08:00
parent 4d96804b22
commit c8bf2a0d82
2 changed files with 11 additions and 10 deletions

View File

@ -10,12 +10,12 @@
//
#include "nlohmann/json.hpp"
#include <iostream>
#include <ixwebsocket/IXSocket.h>
#include <ixwebsocket/IXWebSocket.h>
#include <queue>
#include <spdlog/spdlog.h>
#include <sstream>
#include <iostream>
// for convenience
using json = nlohmann::json;