Reformat
This commit is contained in:
		@@ -14,7 +14,7 @@ struct Scanner {
 | 
			
		||||
  char peek();
 | 
			
		||||
  void add_token(TokenType type);
 | 
			
		||||
  void add_token(TokenType type, Object literal);
 | 
			
		||||
	void string();
 | 
			
		||||
  void string();
 | 
			
		||||
 | 
			
		||||
  std::string code;
 | 
			
		||||
  std::vector<Token> tokens;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user