Skip to content

Commit

Permalink
Update TestSniperPrinter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored Dec 9, 2020
1 parent 5cd31b1 commit c2bc881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ public void testAddedImportStatementPlacedOnSeparateLineInFileWithPackageStateme
@Test
public void testAddedElementsIndentedWithAppropriateIndentationStyle() {
// contract: added elements in a source file should be indented with the same style of
// indentation as the rest of the file
// indentation as in the rest of the file

Consumer<CtType<?>> addElements = type -> {
Factory fact = type.getFactory();
Expand Down

0 comments on commit c2bc881

Please sign in to comment.