Skip to content

Commit

Permalink
Google Java Format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 16, 2024
1 parent 85966c4 commit 02cfe71
Show file tree
Hide file tree
Showing 7 changed files with 579 additions and 551 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
package com.github.brenoepics.at4j.core.ratelimit;

import com.github.brenoepics.at4j.AzureApi;
import com.github.brenoepics.at4j.core.AzureApiImpl;
import com.github.brenoepics.at4j.util.rest.RestEndpoint;
import com.github.brenoepics.at4j.util.rest.RestRequest;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentLinkedQueue;

/**
Expand Down Expand Up @@ -33,7 +29,6 @@ public RateLimitBucket(RestEndpoint endpoint, String majorUrlParameter) {
this.majorUrlParameter = majorUrlParameter;
}


/**
* Adds the given request to the bucket's queue.
*
Expand Down
Loading

0 comments on commit 02cfe71

Please sign in to comment.