Skip to content

Commit

Permalink
check style
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jan 23, 2025
1 parent f273465 commit 65fa966
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9223,7 +9223,6 @@ public static long ymd(byte[] bytes, int off) {
return ((d & 0x00F_0000_0F00_000FL) << 3) + ((d & 0x00F_0000_0F00_000FL) << 1) + ((d & 0xF00_000F_0000_0F00L) >> 8);
}


public static int yy(byte[] bytes, int off) {
int x = getShortLE(bytes, off);
int d;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import static com.alibaba.fastjson2.util.DateUtils.DEFAULT_ZONE_ID;
import static com.alibaba.fastjson2.util.DateUtils.SHANGHAI_ZONE_ID;
import static com.alibaba.fastjson2.util.IOUtils.getLongLE;
import static java.time.ZoneOffset.UTC;
import static org.junit.jupiter.api.Assertions.*;

Expand Down

0 comments on commit 65fa966

Please sign in to comment.