Skip to content

Commit

Permalink
Fix indent (Qiskit#1528)
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshi Horii <hhorii@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 14, 2022
1 parent c7feb86 commit 1d87bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ This will build and install `Aer` with the default options which is probably sui
There's another Pythonic approach to build and install software: build the wheels distributable file.


qiskit-aer$ python ./setup.py bdist_wheel
qiskit-aer$ python ./setup.py bdist_wheel


This is also the way we will choose to change default `Aer` behavior by passing parameters to the build system.
Expand Down Expand Up @@ -542,7 +542,7 @@ This will build and install `Aer` with the default options which is probably sui
There's another Pythonic approach to build and install software: build the wheels distributable file.


(QiskitDevEnv) qiskit-aer > python ./setup.py bdist_wheel
(QiskitDevEnv) qiskit-aer > python ./setup.py bdist_wheel


This is also the way we will choose to change default `Aer` behavior by passing parameters to the build system.
Expand Down

0 comments on commit 1d87bcc

Please sign in to comment.