From: David ‘Bombe’ Roden Date: Thu, 15 Sep 2011 14:38:22 +0000 (+0200) Subject: Formatting fix. X-Git-Tag: 0.0.1~7 X-Git-Url: https://git.pterodactylus.net/?p=WoTNS.git;a=commitdiff_plain;h=6dbf08b695f6b85f46e582768f2df98127e1d088 Formatting fix. --- diff --git a/src/main/java/net/pterodactylus/wotns/main/Resolver.java b/src/main/java/net/pterodactylus/wotns/main/Resolver.java index 7ec725c..1c00144 100644 --- a/src/main/java/net/pterodactylus/wotns/main/Resolver.java +++ b/src/main/java/net/pterodactylus/wotns/main/Resolver.java @@ -97,7 +97,7 @@ public class Resolver { return null; } System.out.println("using own identity " + ownIdentity + " to resolve " + shortName); - Set trustedIdentities = Default.forNull(identityManager.getTrustedIdentities(ownIdentity), Collections.emptySet()); + Set trustedIdentities = Default.forNull(identityManager.getTrustedIdentities(ownIdentity), Collections. emptySet()); List matchingIdentities = new ArrayList(); System.out.println("checking " + trustedIdentities); for (Identity identity : trustedIdentities) {