Skip to content

Commit

Permalink
#104 format
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Jun 13, 2024
1 parent 29ce141 commit 7f18a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ChaiVM/memory/linear-allocator.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#pragma once

#include <cassert>
#include <cstdlib>
#include <new>
#include <numeric>
#include <cassert>

#include "ChaiVM/memory/allocator.hpp"
#include "ChaiVM/memory/linear-buffer.hpp"
Expand Down

0 comments on commit 7f18a1a

Please sign in to comment.