Skip to content

Commit 6740609

Browse files
committed
chore: format with air
1 parent 5147cb2 commit 6740609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/LearnerFcstNnetar.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LearnerFcstNnetar = R6Class(
3131
scale.inputs = p_lgl(default = TRUE, tags = "train"),
3232
bootstrap = p_lgl(default = FALSE, tags = "predict"),
3333
npaths = p_int(1L, default = 1000L, tags = "predict"),
34-
innov = p_uty(default = NULL, tags = "predict")
34+
innov = p_uty(default = NULL, tags = "predict")
3535
)
3636

3737
super$initialize(

0 commit comments

Comments
 (0)