From f2d8079f7f517cd4370d9ecea1428aa839fd1b17 Mon Sep 17 00:00:00 2001 From: Emily de la Rua Date: Thu, 20 Feb 2025 16:37:52 -0500 Subject: [PATCH] Fix lint --- R/tt_pos_and_access.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/tt_pos_and_access.R b/R/tt_pos_and_access.R index 2054d33b3..629e3d4df 100644 --- a/R/tt_pos_and_access.R +++ b/R/tt_pos_and_access.R @@ -50,7 +50,7 @@ recursive_replace <- function(tab, path, value) { ## incontent = FALSE, rows = N ## newkid[rows, cols] = value ## } ## } - return(newkid) + newkid } else if (path[[1]] == "@content") { ctb <- content_table(tab) ctb <- recursive_replace(ctb,