Skip to content

Commit 367af06

Browse files
committed
extra spaces removed
1 parent 7edc7ee commit 367af06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FirebirdSql.Data.FirebirdClient/Common/IscHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static List<object> ParseDatabaseInfo(byte[] buffer, Charset charset)
7777
case IscCodes.isc_info_update_count:
7878
case IscCodes.isc_info_read_seq_count:
7979
case IscCodes.isc_info_read_idx_count:
80-
info.Add( buffer.GetTableStatistic( length ) );
80+
info.Add(buffer.GetTableStatistic(length));
8181
break;
8282

8383
case IscCodes.isc_info_no_reserve:

0 commit comments

Comments
 (0)