Skip to content

Commit

Permalink
nice syntax formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkowa committed Apr 18, 2024
1 parent 6cbb1a7 commit 3bd6c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/key.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' length one.
#' @export
sc_key <- function(server = "ext", test = FALSE) {
if (!sc_key_exists(server)) {
if (!sc_key_exists(server = server)) {
if (interactive())
sc_key_prompt(server, test)
else
Expand Down

0 comments on commit 3bd6c7d

Please sign in to comment.