Skip to content

Commit

Permalink
Touch R code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Mar 13, 2024
1 parent 9d13d64 commit 9321448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/export_manifest.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export_manifest <- function(
text = manifest_json,
con = manifest_path
)
return(invisible(manifest_json))
return(manifest_json)

Check warning on line 32 in R/export_manifest.R

View check run for this annotation

Codecov / codecov/patch

R/export_manifest.R#L32

Added line #L32 was not covered by tests
}

create_manifest <- function(
Expand Down

0 comments on commit 9321448

Please sign in to comment.