Skip to content

Commit

Permalink
Style code (GHA)
Browse files Browse the repository at this point in the history
  • Loading branch information
elong0527 committed Oct 24, 2023
1 parent 8ac8b51 commit f9156c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-independent-testing-meta_run.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Create example `meta_adam` object
meta <- meta_example()

ae_summary <- function(meta, population, observation, parameter){
ae_summary <- function(meta, population, observation, parameter) {
message("run ae_summary")
return(NULL)
}

ae_specific <- function(meta, population, observation, parameter){
ae_specific <- function(meta, population, observation, parameter) {
message("run ae_specific")
return(NULL)
}
Expand Down

0 comments on commit f9156c5

Please sign in to comment.