Reformat/cleanup

This commit is contained in:
2026-07-28 03:00:15 +01:00
parent 57dda2589e
commit 92f59cbb86
2 changed files with 8 additions and 11 deletions
-1
View File
@@ -2,7 +2,6 @@
#include "buffer.h"
#include "pch.h"
#include <cstdint>
struct AppendBuffer : Buffer {
static constexpr uint32_t CHUNK_SIZE = 1 << 16;