Skip to content

Commit 8116268

Browse files
committed
Refactor code
1 parent ed026ae commit 8116268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DuckDB.NET.Test/DuckDBManagedAppenderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ private static string GetQualifiedObjectName(params string[] parts) =>
530530
Select(p => '"' + p + '"')
531531
);
532532

533-
private enum TestEnum : long
533+
private enum TestEnum
534534
{
535535
Test1 = 0,
536536
Test2 = 1,

0 commit comments

Comments
 (0)