Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
Balcan committed Aug 12, 2024
1 parent 4ef6e96 commit eacb2e2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ class ListCardTest {
AdditionalInfoItem(key = "Date of birth:", value = "12/12/1945"),
AdditionalInfoItem(
key = "Address:",
value = "134 Main Road, Behind the temple, Citytown, Basil District, Granite State"
value = "134 Main Road, Behind the temple, Citytown, Basil District, Granite State",
),
AdditionalInfoItem(key = "Enrolled in:", value = "12/12/1945"),
AdditionalInfoItem(
key = "Programs:",
value = "Tuberculosis, Nutrition \n" +
"Assistance Program, Malaria Diagnosis",
value = "Tuberculosis, Nutrition \n" + "Assistance Program, Malaria Diagnosis",
),
AdditionalInfoItem(
icon = {
Expand Down

0 comments on commit eacb2e2

Please sign in to comment.