Revert "Make a better formatting."

This reverts commit 558e859bd582eea405b1a3fe2bf3db1e8529677d.

Reason for revert: <INSERT REASONING HERE>

Original change's description:
> Make a better formatting.
> 
> BUG=N/A
> 
> Change-Id: I246c0c6cf9506ef1873c81a0a0a56f2749f848a9
> Reviewed-on: https://chromium-review.googlesource.com/445238
> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
> Reviewed-by: Alice ForReview <alice4review@gmail.com>
> 

TBR=tandrii@chromium.org,alice4review@gmail.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=N/A

Change-Id: I0f65983352ecaedd4d20b78aa3e2ed4e70cb9d4c
Reviewed-on: https://chromium-review.googlesource.com/445299
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
1 file changed
tree: 2749f9291d1dfc373ecf7139c33023e36a0b447f
  1. infra/
  2. codereview.settings
  3. README.md
  4. test.cpp
  5. test1.py
  6. test2.py
  7. whitespace.txt
README.md

Normal CQ workflow.

First make sure you have proper codereview.settings like the one in this repo.

Committers set the CQ label to either 1 (Dry run) or 2 (Ready for CQ) which will automatically submit change after all conditions are met:

  • CQ verifiers pass the change.
  • Gerrit allows to submit it.

Clone it this normal way:

git clone https://chromium.googlesource.com/playground/gerrit-cq/normal

Initialize your repository first:

git new-branch feature
# hack, hack, hack
git add changed.file
git commit
# You can hack more, and commit again,
# but they'll all be squashed by default in git cl upload step.

# OK, now ask others for review:
git cl upload

# Make changes locally per review.
git add changed.file
git commit

# Now upload new patchset.
git cl upload

Does it work with numbers?