mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-12-13 19:08:16 +01:00
Format to Daddy code style
This commit is contained in:
@@ -21,8 +21,9 @@
|
||||
package me.clip.placeholderapi.exceptions;
|
||||
|
||||
public final class NoDefaultCommandException extends RuntimeException {
|
||||
public NoDefaultCommandException(final String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
public NoDefaultCommandException(final String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user