浏览代码

Removed an unneeded newline in multiple statements code block

Constantin Lungu 11 年之前
父节点
当前提交
fc10e5fe7f
共有 1 个文件被更改,包括 0 次插入1 次删除
  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