Skip to content

Commit

Permalink
apply styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 committed Aug 7, 2023
1 parent f35276f commit 2acc087
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/create_sending_location_test_flags.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ create_sending_location_test_flags <- function(data, sending_location_var) {
East_Dunbartonshire = {{ sending_location_var }} == 200L,
East_Lothian = {{ sending_location_var }} == 210L,
East_Renfrewshire = {{ sending_location_var }} == 220L,
Falkirk = {{ sending_location_var }} ==240L,
Falkirk = {{ sending_location_var }} == 240L,
Fife = {{ sending_location_var }} == 250L,
Glasgow_City = {{ sending_location_var }} == 260L,
Highland = {{ sending_location_var }} == 270L,
Expand All @@ -46,4 +46,3 @@ create_sending_location_test_flags <- function(data, sending_location_var) {

return(data)
}

0 comments on commit 2acc087

Please sign in to comment.