mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Fix codacy complaining about missing space character
This commit is contained in:
parent
a2c6f279a6
commit
245027bff4
@ -1256,7 +1256,7 @@ public class GUIUtil {
|
||||
")";
|
||||
|
||||
// match fe80::/10 (fe80:: ~ febf:ffff:ffff:ffff:ffff:ffff:ffff:ffff)
|
||||
String autolocalIpv6RegexPattern = "("+
|
||||
String autolocalIpv6RegexPattern = "(" +
|
||||
"([fF][eE][8-9a-bA-B][0-9a-fA-F]:)([0-9a-fA-F]{1,4}:){6}[0-9a-fA-F]{1,4}|" + // fe80:2:3:4:5:6:7:8
|
||||
"([fF][eE][8-9a-bA-B][0-9a-fA-F]:)([0-9a-fA-F]{1,4}:){0,7}:|" + // fe80:: fe80:2:3:4:5:6:7::
|
||||
"([fF][eE][8-9a-bA-B][0-9a-fA-F]:)([0-9a-fA-F]{1,4}:){0,6}:[0-9a-fA-F]{1,4}|" + // fe80::8 fe80:2:3:4:5:6::8 fe80:2:3:4:5:6::8
|
||||
|
Loading…
Reference in New Issue
Block a user