We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c35e07 commit c729bb8Copy full SHA for c729bb8
test/bit/sub_test.dart
@@ -2,7 +2,7 @@ import 'package:dartoos/src/bit/sub.dart';
2
import 'package:test/test.dart';
3
4
void main() {
5
- group('Subtraction Operation', (){
+ group('Subtraction Operation', () {
6
const ones = 0xFFFFFFFFFFFFFFFF;
7
const zeroes = 0x000000000000000;
8
test('Default overflow semantics', () {
0 commit comments