Skip to content

Commit 296f403

Browse files
committed
fix: linter errors
1 parent 111d334 commit 296f403

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

slack-api-client/src/main/java/com/slack/api/methods/Methods.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ private Methods() {
659659
// slackLists
660660
// ------------------------------
661661

662-
public static final String SLACKLISTS_CREATE = "slackLists.create"
662+
public static final String SLACKLISTS_CREATE = "slackLists.create";
663663

664664
// ------------------------------
665665
// team

slack-api-client/src/main/java/com/slack/api/methods/MethodsClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2510,10 +2510,10 @@ StarsRemoveResponse starsRemove(RequestConfigurator<StarsRemoveRequest.StarsRemo
25102510
SlackListsCreateResponse slackListsCreate(RequestConfigurator<SlackListsCreateRequest.SlackListsCreateRequestBuilder> req)
25112511
throws IOException, SlackApiException;
25122512

2513-
// ------------------------------å
2513+
// ------------------------------
25142514
// team
25152515
// ------------------------------
2516-
å
2516+
25172517
TeamAccessLogsResponse teamAccessLogs(TeamAccessLogsRequest req) throws IOException, SlackApiException;
25182518

25192519
TeamAccessLogsResponse teamAccessLogs(RequestConfigurator<TeamAccessLogsRequest.TeamAccessLogsRequestBuilder> req)

0 commit comments

Comments
 (0)