Skip to content

Commit f6cd959

Browse files
committed
style: apply swift-format to PR2 changed files
1 parent fc373c2 commit f6cd959

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Sources/Storage/StorageFileAPI.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,6 @@ public struct StorageFileAPI: Sendable {
594594
)
595595
}
596596

597-
598597
/// Retrieves extended metadata for a file without downloading its contents.
599598
///
600599
/// Returns a ``FileInfo`` that includes the file size, ETag, content type, and other

Tests/StorageTests/TUSUploadEngineTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ final class HangingMockProtocol: URLProtocol, @unchecked Sendable {
696696
client?.urlProtocolDidFinishLoading(self)
697697
case .hang(let cont):
698698
cont?.yield(())
699-
// Hang — stopLoading() will cancel this request
699+
// Hang — stopLoading() will cancel this request
700700
}
701701
}
702702

0 commit comments

Comments
 (0)