Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(864)

Unified Diff: lib/src/mime_multipart_transformer.dart

Issue 1315033002: pkg/mime: dartfmt most of the code (Closed) Base URL: https://github.com/dart-lang/mime.git@master
Patch Set: rebase Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/magic_number.dart ('k') | lib/src/mime_type.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/mime_multipart_transformer.dart
diff --git a/lib/src/mime_multipart_transformer.dart b/lib/src/mime_multipart_transformer.dart
index 3afff2dc3b8cf8acf4e7d23fb26d853930242729..781040eeb5f5249b87fea917555c9f70e60fa358 100644
--- a/lib/src/mime_multipart_transformer.dart
+++ b/lib/src/mime_multipart_transformer.dart
@@ -10,7 +10,6 @@ import 'bound_multipart_stream.dart';
import 'mime_shared.dart';
import 'char_code.dart';
-
Uint8List _getBoundary(String boundary) {
var charCodes = boundary.codeUnits;
@@ -32,7 +31,6 @@ Uint8List _getBoundary(String boundary) {
*/
class MimeMultipartTransformer
implements StreamTransformer<List<int>, MimeMultipart> {
-
final List<int> _boundary;
/**
« no previous file with comments | « lib/src/magic_number.dart ('k') | lib/src/mime_type.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698