Skip to content

Commit

Permalink
style: pass checkstyle import checks
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed May 10, 2018
1 parent 0c11014 commit 7e57e92
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,13 +1,13 @@
package com.bugsnag.android;

import static org.junit.Assert.assertEquals;

import org.junit.Test;

import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;

import static org.junit.Assert.*;

public class JsonWriterTest {

@Test(expected = IOException.class)
Expand Down

0 comments on commit 7e57e92

Please sign in to comment.