Skip to content

Commit

Permalink
Update src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlTypes/SqlDa…
Browse files Browse the repository at this point in the history
…teTime2.cs

Co-authored-by: Cheena Malhotra <v-chmalh@microsoft.com>
  • Loading branch information
bjornbouetsmith and cheenamalhotra authored Feb 13, 2021
1 parent c08e9fa commit b7753f1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public SqlDateTime2(long ticks)
}
_notNull = true;
_ticks = ticks;

}

/// <inheritdoc />
Expand Down

0 comments on commit b7753f1

Please sign in to comment.