Skip to content

Commit

Permalink
fix checkstyle, closes #1446
Browse files Browse the repository at this point in the history
  • Loading branch information
astei committed Oct 21, 2024
1 parent d4e89db commit 2c8ce21
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 2c8ce21

Please sign in to comment.