Formatted.
diff --git a/lib/message_format.dart b/lib/message_format.dart
index e987569..404bddd 100644
--- a/lib/message_format.dart
+++ b/lib/message_format.dart
@@ -523,8 +523,7 @@
   /// A regular expression to parse the select block.
   ///
   /// It extracts the argument index.
-  static final RegExp _selectBlockRe =
-      RegExp(r'^\s*(\w+)\s*,\s*select\s*,');
+  static final RegExp _selectBlockRe = RegExp(r'^\s*(\w+)\s*,\s*select\s*,');
 
   /// Detects the block type of the [pattern].
   _BlockType _parseBlockType(String pattern) {