Skip to content

Commit

Permalink
Clean whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
biboudis committed Feb 12, 2025
1 parent c0e514b commit 7e0ea40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,11 @@ public record Box<T> (T data){ }
package test;
import java.util.List;
import lib.Box;
public class Test {
public static void main(String... args) {
Box<Integer> l = new Box<>(42);
switch (l) {
case Box<Integer>(Integer i) -> { System.out.println(i); }
default -> {}
Expand Down

0 comments on commit 7e0ea40

Please sign in to comment.