Skip to content

Commit

Permalink
Checkstyle is wonderful piece of software that enables consistent cod…
Browse files Browse the repository at this point in the history
…e across your entire codebase
  • Loading branch information
theminecoder committed Oct 21, 2024
1 parent d4e89db commit b0974f9
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 b0974f9

Please sign in to comment.