Skip to content

Commit 35ac4ea

Browse files
fix linter
1 parent 40ecde3 commit 35ac4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ydb.Sdk/src/Ado/YdbCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ protected override DbConnection? DbConnection
107107
else
108108
{
109109
throw new ArgumentException(
110-
$"Unsupported DbTransaction type: {value?.GetType()}, expected: {typeof(YdbConnection)}");
110+
$"Unsupported DbTransaction type: {value.GetType()}, expected: {typeof(YdbConnection)}");
111111
}
112112
}
113113
}

0 commit comments

Comments
 (0)