Skip to content

Commit

Permalink
Address code style offences
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryBarskov committed May 7, 2021
1 parent 05ec84d commit 91d8840
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/org/cactoos/text/TextOfTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import java.io.StringReader;
import java.nio.charset.StandardCharsets;
import org.cactoos.io.InputOf;
import org.cactoos.iterable.IterableOf;
import org.cactoos.iterable.IterableOfChars;
import org.cactoos.iterator.IteratorOfChars;
import org.hamcrest.core.AllOf;
Expand Down

1 comment on commit 91d8840

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 91d8840 May 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1461-42d3dd73 disappeared from src/main/java/org/cactoos/text/TextOf.java, that's why I closed #1560. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.