Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Feb 16, 2024
1 parent e82fd5d commit 53d12e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ boolean presentMessages(String messageId,
int duration,
String messageText,
Vector<MessageResponseOption> responseOptions);

boolean cancelMessage(String messageId);
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public boolean presentMessages(String messageId,
responseOptions));
return true;
}

@Override
public boolean cancelMessage(String messageId)
{
Expand Down

0 comments on commit 53d12e5

Please sign in to comment.