Skip to content

Commit fee3149

Browse files
committed
Fixed indent issue.
1 parent 03ce6d7 commit fee3149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/sqlserver/jdbc/SQLServerPreparedStatement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ private void setPreparedStatementHandle(int handle) {
132132
* For caching data related to batch insert with bulkcopy
133133
*/
134134
private SQLServerBulkCopy bcOperation = null;
135-
135+
136136
/**
137137
* Bulkcopy operation table name
138138
*/

0 commit comments

Comments
 (0)