Skip to content

Commit d92662d

Browse files
committed
Removed whitespaces
1 parent 34771ec commit d92662d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lpython/semantics/python_ast_to_asr.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4056,8 +4056,6 @@ class SymbolTableVisitor : public CommonVisitor<SymbolTableVisitor> {
40564056
// Implement visit_Global for Symbol Table visitor.
40574057
void visit_Global(const AST::Global_t &/*x*/) {}
40584058

4059-
4060-
40614059
void visit_FunctionDef(const AST::FunctionDef_t &x) {
40624060
dependencies.clear(al);
40634061
SymbolTable *parent_scope = current_scope;
@@ -4830,7 +4828,6 @@ class BodyVisitor : public CommonVisitor<BodyVisitor> {
48304828
tmp = nullptr;
48314829
}
48324830

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

0 commit comments

Comments
 (0)