Skip to content

Commit 16d4e1a

Browse files
committed
fix: lint
1 parent da6dc0f commit 16d4e1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/easypost/service/EasyPostClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public void subscribeToRequestHook(Function<RequestHookResponses, Object> functi
146146

147147
/**
148148
* Unsubscribes to a request hook from the given function.
149-
*
149+
*
150150
* @param function The function to be unsubscribed from the request hook
151151
*/
152152
public void unsubscribeFromRequestHook(Function<RequestHookResponses, Object> function) {
@@ -155,7 +155,7 @@ public void unsubscribeFromRequestHook(Function<RequestHookResponses, Object> fu
155155

156156
/**
157157
* Subscribes to a response hook from the given function.
158-
*
158+
*
159159
* @param function The function to be subscribed to the response hook
160160
*/
161161
public void subscribeToResponseHook(Function<ResponseHookResponses, Object> function) {
@@ -164,7 +164,7 @@ public void subscribeToResponseHook(Function<ResponseHookResponses, Object> func
164164

165165
/**
166166
* Unubscribes to a response hook from the given function.
167-
*
167+
*
168168
* @param function The function to be unsubscribed from the response hook
169169
*/
170170
public void unsubscribeFromResponseHook(Function<ResponseHookResponses, Object> function) {

0 commit comments

Comments
 (0)