Browse Source

Removed an unneeded newline in multiple statements code block

Constantin Lungu 11 năm trước cách đây
mục cha
commit
fc10e5fe7f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      README.markdown

+ 0 - 1
README.markdown

@@ -139,7 +139,6 @@ success = [self.db executeStatements:sql withResultBlock:^int(NSDictionary *dict
     XCTAssertEqual(count, 1, @"expected one record for dictionary %@", dictionary);
     return 0;
 }];
-
 ```
 
 ### Data Sanitization