Skip to content

Commit

Permalink
chore: more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muecke committed Feb 16, 2025
1 parent fbf5a24 commit a5cb1a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/LearnerClust.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ LearnerClust = R6Class("LearnerClust",
#' @description
#' Creates a new instance of this [R6][R6::R6Class] class.
initialize = function(
id, param_set = ps(),
id,
param_set = ps(),
predict_types = "partition",
feature_types = character(),
properties = character(),
Expand Down

0 comments on commit a5cb1a2

Please sign in to comment.