Meta: Improve formatting

This commit is contained in:
Riyyi
2023-03-26 14:56:25 +02:00
parent aba70beeb3
commit f4e388716d
3 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
namespace blaze {
class ASTNode;
typedef std::shared_ptr<ASTNode> ASTNodePtr;
typedef std::shared_ptr<ASTNode> ASTNodePtr;
class ASTNode {
public: