Skip to content

Commit 74a33ba

Browse files
authored
Add in a missing library directive, missing new line (#370)
1 parent 4d24eb5 commit 74a33ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pubspec.lock
44

55
web_generator/lib/src/*.js
66
web_generator/lib/src/*.js.*
7-
web_generator/lib/src/node_modules/
7+
web_generator/lib/src/node_modules/

web_generator/test/ts_bindings_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// ignore_for_file: library_annotations
21
@TestOn('vm')
32
@Tags(['node'])
3+
library;
44

55
import 'dart:io';
66

0 commit comments

Comments
 (0)