Explorar el Código

Removed an unneeded newline in multiple statements code block

Constantin Lungu hace 11 años
padre
commit
fc10e5fe7f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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