Skip to content

Commit 0a607c3

Browse files
committed
chore: Remove comma
1 parent 2b5a355 commit 0a607c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/CohortManager/src/Functions/Shared/Utilities/MappingUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static short ParseStringFlag(string flag)
2424
"1" => 1,
2525
"Y" => 1,
2626
"N" => 0,
27-
_ => throw new ArgumentException("Invalid input"),
27+
_ => throw new ArgumentException("Invalid input")
2828
};
2929
}
3030

0 commit comments

Comments
 (0)