Reformat
This commit is contained in:
		@@ -57,6 +57,6 @@ void run(const std::string &code) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  if (expression) {
 | 
					  if (expression) {
 | 
				
			||||||
    AstPrinter printer{};
 | 
					    AstPrinter printer{};
 | 
				
			||||||
		std::cout << printer.print(*expression) << '\n';
 | 
					    std::cout << printer.print(*expression) << '\n';
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user