chore: Use var everywhere (#2294)
This commit is contained in:
parent
0b34cc4417
commit
ebaf104935
267 changed files with 873 additions and 873 deletions
|
|
@ -35,7 +35,7 @@ public class DecimalSerializationTests
|
|||
public void TestSerializeDecimal(decimal value)
|
||||
{
|
||||
// Arrange
|
||||
byte[] buffer = new byte[sizeof(decimal)];
|
||||
var buffer = new byte[sizeof(decimal)];
|
||||
|
||||
// Act
|
||||
Write(buffer, value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue