Skip to content

Commit

Permalink
chore(sigv4): Fix analysis warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys authored and dnys1 committed Jan 12, 2023
1 parent f524444 commit f3376ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ extension on String {

String ensureEndsWith(String s) {
if (!endsWith(s)) {
// ignore: unnecessary_brace_in_string_interps
return '${this}$s';
}
return this;
Expand Down

0 comments on commit f3376ae

Please sign in to comment.