Skip to content

Commit 6019508

Browse files
committed
Fix warns
1 parent c481b83 commit 6019508

File tree

3 files changed

+148
-148
lines changed

3 files changed

+148
-148
lines changed

pkgs/fixnum/lib/fixnum.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
///
77
/// The integer implementations in this library are designed to work identically
88
/// whether executed on the Dart VM or compiled to JavaScript or Wasm.
9-
library fixnum;
9+
library;
1010

1111
export 'src/int32.dart';
1212
export 'src/int64.dart';

0 commit comments

Comments
 (0)