Skip to content

Commit

Permalink
Changes to follow the google-style-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
MaicolAntali committed Apr 2, 2023
1 parent 3aee514 commit 500535e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions gson/src/test/java/com/google/gson/JsonPrimitiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@

package com.google.gson;

import com.google.gson.common.MoreAsserts;
import org.junit.Test;

import java.math.BigDecimal;
import java.math.BigInteger;

import static com.google.common.truth.Truth.assertThat;
import static com.google.common.truth.Truth.assertWithMessage;
import static org.junit.Assert.fail;

import com.google.gson.common.MoreAsserts;
import java.math.BigDecimal;
import java.math.BigInteger;
import org.junit.Test;

/**
* Unit test for the {@link JsonPrimitive} class.
*
Expand Down

0 comments on commit 500535e

Please sign in to comment.