Skip to content

Commit eb8bd3f

Browse files
committed
Formatting.
1 parent 4e9d00b commit eb8bd3f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbDataReader.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -676,9 +676,9 @@ private Task<bool> NextResultImpl(AsyncWrappingCommonArgs async)
676676
return Task.FromResult(false);
677677
}
678678

679-
#endregion
679+
#endregion
680680

681-
#region Private Methods
681+
#region Private Methods
682682

683683
private void CheckPosition()
684684
{
@@ -746,9 +746,9 @@ private int GetColumnIndex(string name)
746746
return index;
747747
}
748748

749-
#endregion
749+
#endregion
750750

751-
#region Static Methods
751+
#region Static Methods
752752

753753
private static bool IsReadOnly(FbDataReader r)
754754
{
@@ -838,6 +838,6 @@ private static T CheckedGetValue<T>(Func<AsyncWrappingCommonArgs, ValueTask<T>>
838838
}
839839
}
840840

841-
#endregion
841+
#endregion
842842
}
843843
}

0 commit comments

Comments
 (0)