Skip to content

Commit

Permalink
remove unnecessary parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmodesto committed Jun 20, 2024
1 parent 4e1dae6 commit 4894115
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fun TryAgain(
horizontalAlignment = Alignment.CenterHorizontally
) {
Text(
text = (message),
text = message,
style = MaterialTheme.typography.bodyLarge,
textAlign = TextAlign.Center
)
Expand Down

0 comments on commit 4894115

Please sign in to comment.