Skip to content

Commit 1073723

Browse files
fix linter
1 parent 57dc2d9 commit 1073723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

table/src/main/java/tech/ydb/table/values/proto/ProtoValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public static LocalDate toDate(ValueProtos.Value value) {
264264
}
265265

266266
public static ValueProtos.Value fromDate32(long daysSinceEpoch) {
267-
return ValueProtos.Value.newBuilder().setInt32Value((int)daysSinceEpoch).build();
267+
return ValueProtos.Value.newBuilder().setInt32Value((int) daysSinceEpoch).build();
268268
}
269269

270270
public static LocalDate toDate32(long daysSinceEpoch) {

0 commit comments

Comments
 (0)