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