Skip to content

Commit 362c3e2

Browse files
kmr-srbhubaidsk
andauthored
Style changes
Co-authored-by: Shaikh Ubaid <[email protected]>
1 parent 00f151d commit 362c3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lpython/semantics/python_ast_to_asr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7606,7 +7606,7 @@ we will have to use something else.
76067606
ASR::expr_t* dict_expr = ASR::down_cast<ASR::expr_t>(tmp);
76077607
Vec<ASR::expr_t*> eles;
76087608
eles.reserve(al, args.size());
7609-
for (size_t i=0; i<args.size(); i++) {
7609+
for (size_t i = 0; i < args.size(); i++) {
76107610
eles.push_back(al, args[i].m_value);
76117611
}
76127612
handle_builtin_attribute(dict_expr, at->m_attr, loc, eles);

0 commit comments

Comments
 (0)