Skip to content

Commit c7013f2

Browse files
fix linter
1 parent de7b3ca commit c7013f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ydb.Sdk/src/Ado/YdbDataReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public override T GetFieldValue<T>(int ordinal)
235235
{
236236
return (T)(object)GetChar(ordinal);
237237
}
238-
238+
239239
return base.GetFieldValue<T>(ordinal);
240240
}
241241

0 commit comments

Comments
 (0)