Skip to content

Commit

Permalink
adds default formatting to method (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
runeanielsen authored Jan 20, 2022
1 parent c1f669f commit fee8869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MsSqlCdc/Cdc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public static async Task<bool> HasColumnChanged(
{
var hasColumnChanged = await CdcDatabase.HasColumnChanged(
connection, captureInstance, columnName, updateMask).ConfigureAwait(false);

return hasColumnChanged ?? throw new CdcException(
@$"No returned value from 'HasColumnChanged'
using values {nameof(captureInstance)}: '{captureInstance}',
Expand Down

0 comments on commit fee8869

Please sign in to comment.