Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
telackey committed Jul 17, 2023
1 parent dc0f918 commit c43b1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ BEGIN
IF new_child_result.has_child THEN
FOR temp_child IN
SELECT * FROM eth.header_cids WHERE parent_hash = hash AND block_number = child_height AND canonical = true
LOOP
LOOP
new_child_result.children = array_append(new_child_result.children, temp_child);
END LOOP;
END IF;
Expand Down

0 comments on commit c43b1b3

Please sign in to comment.