Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Snabeldier committed Dec 23, 2024
1 parent b75f3a7 commit bbede03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/minevalley/core/api/Core.java
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@ public static Server getServer() {
* @throws IllegalArgumentException if the text contains characters that have no transparent representation
*/
@Contract("null -> null")
public static String convertToTransparent(@Nullable String text) throws IllegalArgumentException{
public static String convertToTransparent(@Nullable String text) throws IllegalArgumentException {
return server.convertToTransparent(text);
}
}

0 comments on commit bbede03

Please sign in to comment.