Skip to content

Commit

Permalink
fix spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
IlCommittatore authored and “IlCommittatore” committed Dec 3, 2024
1 parent 12bb459 commit ee91558
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gson/src/test/java/com/google/gson/stream/JsonReaderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
import static com.google.gson.stream.JsonToken.STRING;
import static org.junit.Assert.assertThrows;

import com.google.gson.Strictness;
import com.google.gson.internal.bind.TypeAdapters;
import java.io.EOFException;
import java.io.IOException;
import java.io.Reader;
Expand All @@ -36,13 +38,9 @@
import java.util.Arrays;
import java.util.Iterator;
import java.util.stream.Stream;

import org.junit.Ignore;
import org.junit.Test;

import com.google.gson.Strictness;
import com.google.gson.internal.bind.TypeAdapters;

@SuppressWarnings("resource")
public final class JsonReaderTest {

Expand Down

0 comments on commit ee91558

Please sign in to comment.