Closed GAM3RG33K closed 3 years ago
This is my first contribution here, so please guide me if you find any issues in this pull request or format of the description.
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://cla.developers.google.com/ to sign.
Once you've signed (or fixed any issues), please reply here with @googlebot I signed it!
and we'll verify it.
ℹ️ Googlers: Go here for more info.
@googlebot I signed it!
@kevmoo Hi, I don't know if I need to wait for any reviewer or somebody, but I just wanted to draw attention to this pull request. It's not a big change in code. So, please let me know what to do next. This is my first time contributing here.
The method was declared with an expression body but it ended with a
}
. So I fixed this by replacing the expression body symbol with a '{'.