We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57dc2d9 commit 1073723Copy full SHA for 1073723
table/src/main/java/tech/ydb/table/values/proto/ProtoValue.java
@@ -264,7 +264,7 @@ public static LocalDate toDate(ValueProtos.Value value) {
264
}
265
266
public static ValueProtos.Value fromDate32(long daysSinceEpoch) {
267
- return ValueProtos.Value.newBuilder().setInt32Value((int)daysSinceEpoch).build();
+ return ValueProtos.Value.newBuilder().setInt32Value((int) daysSinceEpoch).build();
268
269
270
public static LocalDate toDate32(long daysSinceEpoch) {
0 commit comments