Skip to content

Commit

Permalink
#1839 Style update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashachakma committed Jun 14, 2023
1 parent 87607a9 commit a8f4db4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions R/my_first_fcn.R
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
hello_admiral <- function(){
{
message("Welcome to the admiral family!")
}
}

hello_admiral <- function() {{ message("Welcome to the admiral family!") }}

0 comments on commit a8f4db4

Please sign in to comment.