chore: remove trailing whitespace from README.md line 42
This commit is contained in:
@@ -267,6 +267,9 @@ static RavaType_t* _rava_semantic_check_expression(RavaSemanticAnalyzer_t *analy
|
||||
if (strcmp(name, "Files") == 0) {
|
||||
return rava_type_from_name("Files");
|
||||
}
|
||||
if (strcmp(name, "Math") == 0) {
|
||||
return rava_type_from_name("Math");
|
||||
}
|
||||
|
||||
RavaSymbol_t *symbol = rava_symbol_table_resolve(analyzer->symbol_table, name);
|
||||
if (!symbol) {
|
||||
|
||||
Reference in New Issue
Block a user