Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ethlo committed Aug 27, 2019
1 parent 826cb52 commit c543369
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/ethlo/ascii/AnsiStyle.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/ethlo/time/Chronograph.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import java.util.function.Function;
import java.util.function.Supplier;
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/ethlo/time/TaskPerformanceStatistics.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down
5 changes: 3 additions & 2 deletions src/test/java/com/ethlo/util/ListPerformanceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
import com.ethlo.time.CaptureConfig;
import com.ethlo.time.Chronograph;
import com.ethlo.time.ChronographData;
import com.ethlo.time.PresentationMode;
import com.ethlo.time.OutputConfig;
import com.ethlo.time.PresentationMode;
import com.ethlo.time.Report;

public class ListPerformanceTest
Expand Down Expand Up @@ -169,7 +169,8 @@ public void testCombinedPerformanceTable()

System.out.println(Report.prettyPrint(combined,
OutputConfig.EXTENDED.mode(PresentationMode.THROUGHPUT).benchmarkMode(true),
TableTheme.RED_HERRING));
TableTheme.RED_HERRING
));

assertThat(true).isTrue();
}
Expand Down

0 comments on commit c543369

Please sign in to comment.