Skip to content

Commit

Permalink
Fix CS for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TiMESPLiNTER committed Jul 10, 2021
1 parent 3f2c8af commit 3a28dfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions lib/src/test/java/timesplinter/lime/functional/AppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
import org.mockito.Mockito;
import timesplinter.lime.App;
import timesplinter.lime.container.Container;
import timesplinter.lime.http.*;
import timesplinter.lime.http.HttpInputStreamInterface;
import timesplinter.lime.http.Request;
import timesplinter.lime.http.ResponseFactory;
import timesplinter.lime.http.ResponseInterface;
import timesplinter.lime.http.UriInterface;

import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;

public class AppTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import timesplinter.lime.http.Request;
import timesplinter.lime.http.UriInterface;

import java.io.InputStream;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
Expand Down

0 comments on commit 3a28dfa

Please sign in to comment.