Skip to content

Commit 59899cd

Browse files
committed
changed
1 parent 201e593 commit 59899cd

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

coverage/lcov.info

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
SF:lib\bloc\language\language_cubit.dart
2+
DA:7,3
3+
DA:8,2
4+
DA:9,2
5+
DA:14,1
6+
DA:15,2
7+
DA:19,3
8+
DA:20,1
9+
LF:7
10+
LH:7
11+
end_of_record
12+
SF:lib\bloc\theme\theme_cubit.dart
13+
DA:7,2
14+
DA:8,3
15+
DA:13,1
16+
DA:14,2
17+
DA:18,3
18+
DA:19,1
19+
LF:6
20+
LH:6
21+
end_of_record
22+
SF:lib\locator.dart
23+
DA:4,0
24+
DA:6,3
25+
DA:8,2
26+
DA:10,0
27+
DA:12,0
28+
DA:14,0
29+
DA:15,0
30+
DA:17,0
31+
DA:18,0
32+
DA:26,1
33+
DA:27,4
34+
DA:28,0
35+
DA:31,1
36+
DA:32,3
37+
DA:35,1
38+
DA:36,2
39+
DA:37,3
40+
DA:40,1
41+
DA:42,2
42+
LF:19
43+
LH:11
44+
end_of_record

lib/presentation/pages/posts/posts_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class PostsPage extends StatelessWidget {
4141
builder: (_, state) {
4242
if (state.isInProgress) {
4343
return Center(
44-
child: CircularProgressIndicator(),
44+
child: CircularProgressIndicator(),
4545
);
4646
}
4747

0 commit comments

Comments
 (0)