Closed pfistfl closed 4 years ago
Fix this when there is time left:
See here: https://github.com/mlr-org/mlr3/wiki/Style-Guide
Mostly missing spaces around =, i.e. in mlr3 we do a = b instead of a=b.
=
mlr3
a = b
a=b
we fixed the style whenever we saw it. Most code should be fine now.
Fix this when there is time left:
See here: https://github.com/mlr-org/mlr3/wiki/Style-Guide
Mostly missing spaces around
=
, i.e. inmlr3
we doa = b
instead ofa=b
.