Skip to content

Commit

Permalink
#297 fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 3, 2025
1 parent b375575 commit 047c53a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/org/eolang/lints/misc/LtTestNotVerb.java
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ public String name() {
private static POSModel defaultPosModel() {
try {
return new POSModel(
new URI("https://opennlp.sourceforge.net/models-1.5/en-pos-perceptron.bin")
.toURL()
new URI(
"https://opennlp.sourceforge.net/models-1.5/en-pos-perceptron.bin"
).toURL()
);
} catch (final IOException exception) {
throw new IllegalStateException(
Expand Down

0 comments on commit 047c53a

Please sign in to comment.