Skip to content

Commit ef074da

Browse files
[skip style] [skip vbump] Restyle files
1 parent 8bebda0 commit ef074da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_missing_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ tm_missing_data <- function(label = "Missing data",
163163
server = srv_page_missing_data,
164164
datanames = datanames_module,
165165
server_args = list(
166-
datanames = if (is.null(datanames)) "all" else datanames,
166+
datanames = if (is.null(datanames)) "all" else datanames,
167167
parent_dataname = parent_dataname,
168168
plot_height = plot_height,
169169
plot_width = plot_width,

0 commit comments

Comments
 (0)