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

Issue 13200003: Minor tweak to the pubspec.lock output to remove the leading whitespace from the file. (Closed)

Created:
7 years, 9 months ago by devoncarew
Modified:
7 years, 9 months ago
Reviewers:
Bob Nystrom, nweiz
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Minor tweak to the pubspec.lock output to remove the leading whitespace from the file. " # Generated by pub. See: http://pub.dartlang.org/doc/glossary.html#lockfile" " {"packages":{}}" becomes: # Generated by pub. # see http://pub.dartlang.org/doc/glossary.html#lockfile {"packages":{}} Committed: https://code.google.com/p/dart/source/detail?r=20655

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M utils/pub/lock_file.dart View 1 chunk +5 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
devoncarew
This tweak kills 8 spaces that prefix each line in pubspec.lock.
7 years, 9 months ago (2013-03-28 18:08:09 UTC) #1
nweiz
lgtm
7 years, 9 months ago (2013-03-28 18:09:44 UTC) #2
devoncarew
7 years, 9 months ago (2013-03-28 23:10:40 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r20655 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698