Style fixes.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-01 13:50:35 +01:00
parent c4d7c9e2d8
commit e30bfe1686
7 changed files with 10 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
#include <cstdint>
#include "NumericalLexers.hpp"
#include <cstdint>
uint8_t LexDecimalValue(char8_t c) {
switch (c) {