Skip to content

Commit 59945c1

Browse files
authored
Fix SwiftScheduling.cs syntax error (#2480)
1 parent 36312c6 commit 59945c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/practice/swift-scheduling/SwiftScheduling.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
public static class SwiftScheduling
22
{
3-
public static DateTime DeliveryDate(DateTime meetingStart, string description) =>
3+
public static DateTime DeliveryDate(DateTime meetingStart, string description)
44
{
55
throw new NotImplementedException("You need to implement this method.");
66
}

0 commit comments

Comments
 (0)