🎨 fix indentation
This commit is contained in:
parent
875e9a3768
commit
892247dd8e
@ -8,7 +8,7 @@ int main()
|
||||
auto alloc = json::get_allocator();
|
||||
using traits_t = std::allocator_traits<decltype(alloc)>;
|
||||
|
||||
json *j = traits_t::allocate(alloc, 1);
|
||||
json* j = traits_t::allocate(alloc, 1);
|
||||
traits_t::construct(alloc, j, "Hello, world!");
|
||||
|
||||
std::cout << *j << std::endl;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user