Skip to content

Commit 30d1a4c

Browse files
Fix white space
1 parent e97c7cc commit 30d1a4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/main/java/io/split/client/ApiKeyCounter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ public class ApiKeyCounter {
1111
private static final Logger _log = LoggerFactory.getLogger(ApiKeyCounter.class);
1212
private static final Multiset<String> USED_API_KEYS = ConcurrentHashMultiset.create();
1313

14-
1514
private ApiKeyCounter() {}
1615

1716
public static ApiKeyCounter getApiKeyCounterInstance() {

0 commit comments

Comments
 (0)