Skip to content

Commit

Permalink
Removed white space
Browse files Browse the repository at this point in the history
  • Loading branch information
tanay-man committed Jul 16, 2024
1 parent 285b965 commit 2a62ecb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lpython/semantics/python_ast_to_asr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1324,8 +1324,6 @@ class CommonVisitor : public AST::BaseVisitor<Struct> {
for (size_t i = args.size(); i < st->n_members; i++) {
args.push_back(al, st->m_initializers[i]);
}


ASR::ttype_t* der_type = ASRUtils::TYPE(ASRUtils::make_StructType_t_util(al, loc, stemp));
return ASR::make_StructConstructor_t(al, loc, stemp, args.p, args.size(), der_type, nullptr);
} else if( ASR::is_a<ASR::EnumType_t>(*s) ) {
Expand Down

0 comments on commit 2a62ecb

Please sign in to comment.