Skip to content

Commit 528a04d

Browse files
committed
delete unnecessary ignore line
1 parent 30191b2 commit 528a04d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/functions_client/lib/src/types.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// ignore_for_file: public_member_api_docs, sort_constructors_first
21
import 'dart:convert';
32
import 'dart:typed_data';
43

@@ -32,7 +31,8 @@ class FunctionException {
3231
final dynamic details;
3332
final String? reasonPhrase;
3433

35-
const FunctionException({required this.status, this.details, this.reasonPhrase});
34+
const FunctionException(
35+
{required this.status, this.details, this.reasonPhrase});
3636

3737
@override
3838
String toString() =>

0 commit comments

Comments
 (0)