Skip to content

Commit

Permalink
Removed whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwaltwitx authored and certik committed Dec 14, 2023
1 parent 3ee163e commit 31ccd83
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lpython/semantics/python_ast_to_asr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4056,8 +4056,6 @@ class SymbolTableVisitor : public CommonVisitor<SymbolTableVisitor> {
// Implement visit_Global for Symbol Table visitor.
void visit_Global(const AST::Global_t &/*x*/) {}



void visit_FunctionDef(const AST::FunctionDef_t &x) {
dependencies.clear(al);
SymbolTable *parent_scope = current_scope;
Expand Down Expand Up @@ -4830,7 +4828,6 @@ class BodyVisitor : public CommonVisitor<BodyVisitor> {
tmp = nullptr;
}


void visit_Import(const AST::Import_t &x) {
// All the modules are imported in the SymbolTable visitor
for (size_t i = 0; i < x.n_names; i++) {
Expand Down

0 comments on commit 31ccd83

Please sign in to comment.