Skip to content

Commit

Permalink
Chekstyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sudharsan-selvaraj committed Jul 23, 2024
1 parent 620f6e7 commit 65e42ca
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ default T setFlutterElementWaitTimeout(Duration timeout) {
/**
* Retrieves the current Flutter element wait timeout if set.
*
* @return An {@link Optional} containing the duration of the Flutter element wait timeout,
* or empty if not set
* @return An {@link Optional} containing the duration of the Flutter element wait timeout, or empty if not set.
*/
default Optional<Duration> getFlutterElementWaitTimeout() {
return Optional.ofNullable(
Expand Down

0 comments on commit 65e42ca

Please sign in to comment.