Skip to content

Commit

Permalink
Checkstyle is wonderful piece of software the enables consistent code…
Browse files Browse the repository at this point in the history
… across your entire codebase
  • Loading branch information
theminecoder committed Oct 21, 2024
1 parent d4e89db commit 122287f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
package com.velocitypowered.proxy;

import com.velocitypowered.api.proxy.server.ServerInfo;
import com.velocitypowered.proxy.util.AddressUtil;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.util.Arrays;
import java.util.List;

import com.velocitypowered.proxy.util.AddressUtil;
import joptsimple.OptionParser;
import joptsimple.OptionSet;
import joptsimple.OptionSpec;
Expand Down

0 comments on commit 122287f

Please sign in to comment.