We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6faab commit 9d77785Copy full SHA for 9d77785
1 file changed
R/Layout.R
@@ -39,7 +39,7 @@ Layout <- R6::R6Class(
39
toString(event)
40
},
41
42
- toString = function() "<empty>"
+ toString = function() fmt_class(class(self)[[1]])
43
)
44
45
0 commit comments