Skip to content

Commit

Permalink
Some format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Jul 25, 2024
1 parent 1b159c5 commit 77daa40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ private void checkRelocation() {

if ("true".equals(suppressRelocation)) return;

String defaultPackage = new String(new byte[]{'m', 'e', '.', 'd', 'e', 's', 'p', 'i', 'c', 'a', 'l', '.',
String defaultPackage = new String(new byte[] {'m', 'e', '.', 'd', 'e', 's', 'p', 'i', 'c', 'a', 'l', '.',
'c', 'o', 'm', 'm', 'a', 'n', 'd', 'f', 'r', 'a', 'm', 'e', 'w', 'o', 'r', 'k'});

String examplePackage = new String(new byte[]{'y', 'o', 'u', 'r', '.', 'p', 'a', 'c', 'k', 'a', 'g', 'e'});
String examplePackage = new String(new byte[] {'y', 'o', 'u', 'r', '.', 'p', 'a', 'c', 'k', 'a', 'g', 'e'});
String packageName = "me.despical.commandframework";

if (packageName.startsWith(defaultPackage) || packageName.startsWith(examplePackage)) {
Expand Down

0 comments on commit 77daa40

Please sign in to comment.