Skip to content

Commit 677d806

Browse files
authored
revert: style change
1 parent 94b9de5 commit 677d806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/rmd/rmd.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119

120120
# look for at least one annotations that is in a code chunk
121121
for (a in annotations) {
122-
if (chunkMap[a]) {
122+
if (chunkMap[a] == TRUE) {
123123
hasAnnotations <- TRUE
124124
break
125125
}

0 commit comments

Comments
 (0)