Skip to content

Commit 6a9eeec

Browse files
committed
remove c# 7.1 feature in order to build
1 parent b4846cb commit 6a9eeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/progaudi.tarantool/RequestWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ bool GetRequest(out ArraySegment<byte> result)
131131
}
132132
}
133133

134-
result = default;
134+
result = default(ArraySegment<byte>);
135135
return false;
136136
}
137137

0 commit comments

Comments
 (0)