Skip to content

Commit

Permalink
Fix whitespace in dependencies.adoc (#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini authored Nov 26, 2024
1 parent 96d84f6 commit ae55c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/dependencies.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ is the equivalent of the following Maven dependency declaration:
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-kqueue</artifactId>
<version>4.1.107.Final</version>
<classifier>osx-aarch_64</classifier>
<classifier>osx-aarch_64</classifier>
</dependency>
```
====
Expand Down

0 comments on commit ae55c05

Please sign in to comment.