Skip to content

Commit

Permalink
remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 20, 2023
1 parent 3bbc579 commit 85aeab8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import 'package:flutter/material.dart';
import 'common.dart';

String _generateString(int length) {
// not random
return 'a' * length;
}

Expand Down

0 comments on commit 85aeab8

Please sign in to comment.