Skip to content

Commit 811d52b

Browse files
authored
fix lint error (#125)
fix lint
1 parent d00ad62 commit 811d52b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/example-2.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ nc_pq<-read_geoparquet("nc.parquet")
66

77
nc_pq %>%
88
geoarrow_collect_sf()%>%
9-
ggplot() +
10-
geom_sf()
9+
ggplot() +
10+
geom_sf()

0 commit comments

Comments
 (0)