Skip to content

Commit

Permalink
Style code (GHA)
Browse files Browse the repository at this point in the history
  • Loading branch information
trafficonese committed Aug 3, 2024
1 parent 3f27bff commit fdb2110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/wms-legend.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ wms.legendDependency <- function() {
#' )
#' )
addWMSLegend <- function(map, uri, position = "topright", layerId = NULL, group = NULL,
title = "", titleClass = "wms-legend-title", titleStyle="") {
title = "", titleClass = "wms-legend-title", titleStyle = "") {
map$dependencies <- c(map$dependencies, wms.legendDependency())
options <- leaflet::filterNULL(list(
layerId = layerId,
Expand Down

0 comments on commit fdb2110

Please sign in to comment.