Skip to content

Commit ecb9279

Browse files
committed
[ci skip] format
1 parent b3dee39 commit ecb9279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

QiniuSDK/Http/QNResponseInfo.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ - (BOOL)isOK {
9898
}
9999

100100
- (BOOL)isConnectionBroken {
101-
// reqId is nill means the server is not qiniu
101+
// reqId is nill means the server is not qiniu
102102
return _statusCode == kQNNetworkError || _reqId == nil;
103103
}
104104

QiniuSDKTests/QNHttpTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ - (void)testPost {
7777
AGWW_WAIT_WHILE(testInfo == nil, 100.0);
7878
NSLog(@"%@", testInfo);
7979
XCTAssert(testInfo.statusCode == 200, @"Pass");
80-
XCTAssert(!testInfo.isOK, @"Pass");
80+
XCTAssert(!testInfo.isOK, @"Pass");
8181
XCTAssert(testInfo.error != nil, @"Pass");
8282
}
8383

0 commit comments

Comments
 (0)