Skip to content

Commit 7b11ce2

Browse files
authored
Fix indent in vignette code block (#7775)
1 parent d65e46f commit 7b11ce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vignettes/datatable-intro.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ You can also convert existing objects to a `data.table` using `setDT()` (for `da
9999
100100
```{r}
101101
old = options(datatable.prettyprint.char = 5L)
102-
data.table(x = 1:2, y = c("abcdefghij", "klmnopqrstuv"))
102+
data.table(x = 1:2, y = c("abcdefghij", "klmnopqrstuv"))
103103
options(old) # reset to default
104104
```
105105

0 commit comments

Comments
 (0)