Skip to content

Commit

Permalink
Fix incorrect syntax in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mnhock committed Aug 4, 2024
1 parent e3ab724 commit f706a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/USERGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ Taikai.builder()
.java(java -> java
.imports(imports -> imports
.shouldNotImport("..shaded..", Configuration.of("com.company.yourproject.different", Namespace.IMPORT.WITHOUT_TESTS))
.shouldNotImport("..lombok.."), Configuration.of(Namespace.IMPORT.ONLY_TESTS)))
.shouldNotImport("..lombok..", Configuration.of(Namespace.IMPORT.ONLY_TESTS))))
.build()
.check();
```
Expand Down

0 comments on commit f706a11

Please sign in to comment.