Skip to content

Commit

Permalink
fixed lack of space in tab format
Browse files Browse the repository at this point in the history
  • Loading branch information
Daltz333 committed Apr 6, 2019
1 parent 18a8329 commit 6e48535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Pneumatics/pneumatics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ be passed to the DoubleSolenoid if teams have a non-standard PCM CAN ID

.. tabs::

.. code-tab::C++
.. code-tab:: c++

frc::DoubleSolenoid exampleDouble {1, 2};
frc::DoubleSolenoid exampleDouble {/* The PCM CAN ID */ 9, 1, 2};
Expand All @@ -86,7 +86,7 @@ be passed to the DoubleSolenoid if teams have a non-standard PCM CAN ID
exampleDouble.Set(frc::DoubleSolenoid::Value::kForward);
exampleDouble.Set(frc::DoubleSolenoid::Value::kReverse);

.. code-tab::Java
.. code-tab:: java

import static edu.wpi.first.wpilibj.DoubleSolenoid.Value.*;

Expand Down

0 comments on commit 6e48535

Please sign in to comment.