Skip to content

Commit

Permalink
Fixed style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg committed Jan 17, 2018
1 parent 92ed1e6 commit f1b618a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@
import com.google.api.services.cloudtasks.v2beta2.model.PullMessage;
import com.google.api.services.cloudtasks.v2beta2.model.Task;
import com.google.common.io.BaseEncoding;
import java.io.IOException;
import net.sourceforge.argparse4j.ArgumentParsers;
import net.sourceforge.argparse4j.inf.ArgumentParser;
import net.sourceforge.argparse4j.inf.Namespace;
import net.sourceforge.argparse4j.inf.Subparsers;

import java.io.IOException;


public class PullQueue {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@

package com.example.cloudtasks;

import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;

import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;

import java.io.ByteArrayOutputStream;
import java.io.PrintStream;

import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;

/**
* Integration (system) tests for {@link PullQueue}.
*/
Expand Down

0 comments on commit f1b618a

Please sign in to comment.