Fix code format

This commit is contained in:
elsid 2023-04-18 20:23:03 +02:00
parent ed4e75df65
commit b8525e8e3d
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625
4 changed files with 3 additions and 4 deletions

View file

@ -1,8 +1,8 @@
#ifndef INTERPRETER_TYPES_H_INCLUDED
#define INTERPRETER_TYPES_H_INCLUDED
#include <stdexcept>
#include <cstdint>
#include <stdexcept>
namespace Interpreter
{