Skip to content

Commit 2c738db

Browse files
committed
✅ Travis CI is ready!
1 parent a977da8 commit 2c738db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const x = 1;
1+
const int x = 2;

palindrome_string_check/palindrome_string_check_test.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'package:test/test.dart';
33
import 'palindrome_string_check.dart';
44

55
void main() {
6-
test('works', () {
7-
expect (x , 2);
8-
});
6+
test('works', () {
7+
expect(x, 2);
8+
});
99
}

0 commit comments

Comments
 (0)