Skip to content

Commit a8921d6

Browse files
committed
Style code (GHA)
1 parent 179acaf commit a8921d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/auth.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
get_auth_key <- function() {
1111
key <- Sys.getenv("DELPHI_EPIDATA_KEY", unset = "")
1212
if (key != "") {
13-
return(key)
13+
return(key)
1414
}
1515

1616
key <- getOption("delphi.epidata.key", default = "")

0 commit comments

Comments
 (0)