From f9784faaf7ede5c34cbbc5f2f3dd1a3acc065e42 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 21 Jun 2023 22:12:46 -0700 Subject: [PATCH] indent --- 0021-compute_layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0021-compute_layout b/0021-compute_layout index 01cdc9f..d89b24d 100644 --- a/0021-compute_layout +++ b/0021-compute_layout @@ -33,7 +33,7 @@ compute_layout = function(node, x,y, nodes_to_render, preserve_screen_top_of_cur else update_editor_box(node, preserve_screen_top_of_cursor_node) end - node.h = box_height(node) + node.h = box_height(node) table.insert(nodes_to_render, node) for _,n in ipairs(pending_nodes) do n.w = node.w