Skip to content

Commit c729bb8

Browse files
committed
style: run Dart format
1 parent 1c35e07 commit c729bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bit/sub_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'package:dartoos/src/bit/sub.dart';
22
import 'package:test/test.dart';
33

44
void main() {
5-
group('Subtraction Operation', (){
5+
group('Subtraction Operation', () {
66
const ones = 0xFFFFFFFFFFFFFFFF;
77
const zeroes = 0x000000000000000;
88
test('Default overflow semantics', () {

0 commit comments

Comments
 (0)