Skip to content

Commit 9dc6253

Browse files
style tweaks
1 parent 9549b8d commit 9dc6253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/tests/S4.Rraw

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ removeGeneric("%foo%")
128128
removeClass("CustomDurationClass")
129129

130130
# data.table(s4) #6874 should work
131-
s4cl = setClass("s4cl", slots = list(x="integer"))
132-
DT = setalloccol(structure(list(a = new("s4cl", x = 1L)), row.names = c(NA, -1L), class = c("data.table", "data.frame")))
131+
s4cl = setClass("s4cl", slots=list(x="integer"))
132+
DT = setalloccol(structure(list(a=new("s4cl", x=1L)), row.names=c(NA, -1L), class=c("data.table", "data.frame")))
133133
test(9, data.table(a=s4cl(x=1L)), DT)

0 commit comments

Comments
 (0)