Skip to content

Commit

Permalink
fix analyzer warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Aug 19, 2016
1 parent c6b927d commit 3ccd35e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/lib/suites/json.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import '../benchmarks/string_json.dart';
import '../benchmarks/repeated_string_json.dart';
import '../generated/benchmark.pb.dart' show Suite;

final jsonSuite = () {
final Suite jsonSuite = () {
var suite = new Suite();
suite.requests.addAll([
_int32(1, 100),
Expand Down
2 changes: 1 addition & 1 deletion benchmark/lib/suites/props.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import '../benchmarks/set_strings.dart';
import '../benchmarks/has_strings.dart';
import '../generated/benchmark.pb.dart' show Suite;

final propsSuite = () {
final Suite propsSuite = () {
var suite = new Suite();
suite.requests.addAll([
_getStrings(10, null),
Expand Down

0 comments on commit 3ccd35e

Please sign in to comment.