Skip to content

Commit fe26414

Browse files
authored
import function instead of result (#6146)
1 parent 0cbd420 commit fe26414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/backports.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ on_load({
6767
as.mask <- grid::as.mask
6868
}
6969
if ("linearGradient" %in% getNamespaceExports("grid")) {
70-
linearGradient <- grid::linearGradient()
70+
linearGradient <- grid::linearGradient
7171
}
7272
})

0 commit comments

Comments
 (0)