test (rm cpplint cfg files)

This commit is contained in:
Clément Le Bihan
2021-05-23 17:51:00 +02:00
parent aee937f9ae
commit 61118bdec2
3 changed files with 1 additions and 3 deletions
+1 -3
View File
@@ -6,11 +6,9 @@
#include <algorithm>
#include "Wal.hpp"
using namespace std::chrono_literals;
namespace WAL
{
std::chrono::nanoseconds Wal::timestep = 8ms;
std::chrono::nanoseconds Wal::timestep = std::chrono::milliseconds(8);
void Wal::run()
{