Skip to content

Commit 873a336

Browse files
committed
fix formating
1 parent 61e8c3d commit 873a336

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/api/send_json.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import '../models/emailjs_response_status.dart';
44
/// sends JSON object via HTTP POST
55
Future<EmailJSResponseStatus> sendJSON(
66
Uri uri, String data, http.Client? customClient) async {
7-
87
final client = customClient ?? http.Client();
98

109
try {

0 commit comments

Comments
 (0)