Skip to content

Commit 3980c6c

Browse files
committed
fix format
1 parent 461b68b commit 3980c6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Firestore/Swift/Source/Stages.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ import Foundation
2626
protocol Stage {
2727
var name: String { get }
2828
var bridge: StageBridge { get }
29-
/// The `errorMessage` defaults to `nil`. Errors during stage construction are captured and thrown later when `execute()` is called.
29+
/// The `errorMessage` defaults to `nil`. Errors during stage construction are captured and thrown
30+
/// later when `execute()` is called.
3031
var errorMessage: String? { get }
3132
}
3233

0 commit comments

Comments
 (0)