Skip to content

Commit

Permalink
fix: cpplint wins again
Browse files Browse the repository at this point in the history
  • Loading branch information
mookums committed Nov 29, 2023
1 parent e36e1ec commit debaa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/databases.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#include "databases.hpp"

#include <cstdint>
#include <stdlib.h>
#include <assert.h>
#include <math.h>
#include <vector>
#include <cstdint>
#include <algorithm>
#include <iostream>

Expand Down

0 comments on commit debaa0f

Please sign in to comment.