Skip to content

Commit cbb9b18

Browse files
committed
applying styler
1 parent 11638fd commit cbb9b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/server.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,8 +659,8 @@ server <- function(input, output, session) {
659659
## since it has wrong data information, it needs to be removed
660660
PREV_AS_OF_DATA(NULL)
661661
if (input$targetVariable == "Deaths") {
662-
663-
## Defining Filter
662+
663+
## Defining Filter
664664
FILTER <- DEATH_FILTER
665665
} else if (input$targetVariable == "Cases") {
666666
FILTER <- CASE_FILTER

0 commit comments

Comments
 (0)