Skip to content

Commit

Permalink
add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
damphat committed Aug 14, 2021
1 parent f7aab63 commit 0369898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unicode_escape_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void main() {
['\\x90', '\u0090'],
];

quote(String src) {
String quote(String src) {
return '"$src"';
}

Expand Down

0 comments on commit 0369898

Please sign in to comment.