Skip to content

Commit 8bfaa9d

Browse files
committed
Comment formatting
1 parent 0d25584 commit 8bfaa9d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkgs/fixnum/lib/fixnum.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44

55
/// Signed 32- and 64-bit integer support.
66
///
7-
/// The integer implementations in this library are designed to work
8-
/// identically whether executed on the Dart VM or compiled to JavaScript or
9-
/// Wasm.
7+
/// The integer implementations in this library are designed to work identically
8+
/// whether executed on the Dart VM or compiled to JavaScript or Wasm.
109
library fixnum;
1110

1211
export 'src/int32.dart';

0 commit comments

Comments
 (0)