Skip to content

Commit b9317e8

Browse files
committed
chore: dart format lib test .
1 parent 61ec5fa commit b9317e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/app/view/app_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ void main() {
99
test('10 posts', () {
1010
final posts = [4, 2, 3, 4, 1, 2, 3, 4, 2, 5];
1111
const numSponsoredPosts = 3; // Number of sponsored posts to insert
12-
12+
1313
final effectiveIndexes = calculateEffectiveIndexesRandomly(
1414
posts.length,
1515
numSponsoredPosts,

0 commit comments

Comments
 (0)