Skip to content

Commit 27a9881

Browse files
committed
Formatting
1 parent 8c65132 commit 27a9881

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,13 @@ public void AddPreparedCommand(FbCommand command)
358358
}
359359
}
360360
if (position >= 0)
361+
{
361362
_preparedCommands[position].Target = command;
363+
}
362364
else
365+
{
363366
_preparedCommands.Add(new WeakReference(command));
367+
}
364368
}
365369

366370
public void RemovePreparedCommand(FbCommand command)

0 commit comments

Comments
 (0)