Skip to content

Commit

Permalink
improve reportuptime
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielSlPires committed May 27, 2024
1 parent f85325a commit acb5882
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/PneumatronData_reportUptime.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
#' @export
setGeneric(
"reportUptime",
function(object, lower_interval = 780, upper_interval = 1020) {
standardGeneric("reportUptime")
}
function(object, lower_interval = 780, upper_interval = 1020) standardGeneric("reportUptime")
)

#' @rdname reportUptime
Expand Down

0 comments on commit acb5882

Please sign in to comment.