Skip to content

Commit 5eadab9

Browse files
committed
Cleanup.
1 parent 92a3818 commit 5eadab9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient/Common/DbDataType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ internal enum DbDataType
3838
Time,
3939
TimeStamp,
4040
VarChar,
41-
Null
41+
Null,
4242
}
4343
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ public enum FbDbType
3838
Text,
3939
Time,
4040
TimeStamp,
41-
VarChar
41+
VarChar,
4242
}
4343
}

0 commit comments

Comments
 (0)