Bump to 1.0.2. (#611)
diff --git a/bin/format.dart b/bin/format.dart
index 85f53e2..976c12f 100644
--- a/bin/format.dart
+++ b/bin/format.dart
@@ -14,7 +14,7 @@
import 'package:dart_style/src/source_code.dart';
// Note: The following line of code is modified by tool/grind.dart.
-const version = "1.0.1";
+const version = "1.0.2";
void main(List<String> args) {
var parser = new ArgParser(allowTrailingOptions: true);
diff --git a/lib/src/source_visitor.dart b/lib/src/source_visitor.dart
index 60f5620..0d7a35a 100644
--- a/lib/src/source_visitor.dart
+++ b/lib/src/source_visitor.dart
@@ -2052,8 +2052,8 @@
/// Visits the type parameters (if any) and formal parameters of a method
/// declaration, function declaration, or generic function type.
- void _visitParameterSignature(TypeParameterList typeParameters,
- FormalParameterList parameters) {
+ void _visitParameterSignature(
+ TypeParameterList typeParameters, FormalParameterList parameters) {
// Start the nesting for the parameters here, so they wrap around the
// type parameters too, if any.
builder.nestExpression();
diff --git a/pubspec.yaml b/pubspec.yaml
index c48ef27..229dce5 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: dart_style
# Note: See tool/grind.dart for how to bump the version.
-version: 1.0.2-dev
+version: 1.0.2
author: Dart Team <misc@dartlang.org>
description: Opinionated, automatic Dart source code formatter.
homepage: https://github.com/dart-lang/dart_style