Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line should not start with close paren #16886

Closed
stevemessick opened this issue Feb 17, 2014 · 10 comments
Closed

Line should not start with close paren #16886

stevemessick opened this issue Feb 17, 2014 · 10 comments
Assignees
Labels
closed-obsolete Closed as the reported issue is no longer relevant type-enhancement A request for a change that isn't a bug

Comments

@stevemessick
Copy link
Contributor

Dart formatter: ')' shouldn't be the rist character on a line after a line break

From:

    new Timer.periodic(new Duration(milliseconds: 500), (_) =>
        _updatePlayers());

To:

    new Timer.periodic(new Duration(milliseconds: 500), (_) => _updatePlayers()
        );

////////////////////////////////////////////////////////////////////////////////////
Editor: 1.2.0.dev_05_07 (2014-02-14)
OS: Windows 8 - amd64 (6.2)
JVM: 1.7.0_45

projects: 1

open dart files: 0

auto-run pub: true
localhost resolves to: 127.0.0.1
mem max/total/free: 1778 / 840 / 691 MB
thread count: 21
index: 575601 relationships in 111451 keys in 1107 sources

SDK installed: true
Dartium installed: true

@clayberg
Copy link

Make sure this is covered in the style guide.


Removed Type-Defect label.
Added Type-Enhancement label.

@sgjesse
Copy link
Contributor

sgjesse commented Mar 13, 2014

Issue #17439 has been merged into this issue.

@sigmundch
Copy link
Member

Issue #17841 has been merged into this issue.


cc @pq.

@pq
Copy link
Member

pq commented Apr 9, 2014

Removed this from the 1.3 milestone.
Added this to the 1.4 milestone.

@kasperl
Copy link

kasperl commented May 8, 2014

Removed this from the 1.4 milestone.
Added this to the 1.5 milestone.

@kasperl
Copy link

kasperl commented Jun 4, 2014

Removed this from the 1.5 milestone.
Added this to the 1.6 milestone.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the 1.6 milestone.
Added Oldschool-Milestone-1.6 label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-1.6 label.

@munificent
Copy link
Member

Added AssumedStale label.

@DartBot
Copy link

DartBot commented Jun 5, 2015

This issue has been moved to dart-lang/dart_style#319.

@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-obsolete Closed as the reported issue is no longer relevant type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

9 participants