Skip to content

Commit a8bfd78

Browse files
committed
Fix spacing
1 parent 174d39b commit a8bfd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Sources/Networking/Remote/BookingsRemote.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,6 @@ public extension BookingsRemote {
265265
static let attendanceStatus = "attendance_status"
266266
static let paymentStatus = "booking_status" // to be updated later when payment filtering is supported
267267
static let status: String = "status"
268-
static let note: String = "note"
268+
static let note: String = "note"
269269
}
270270
}

0 commit comments

Comments
 (0)