Skip to content

Commit

Permalink
PhysicsDumper: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 22, 2024
1 parent 39dfdf7 commit 5144952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/jme3utilities/minie/PhysicsDumper.java
Original file line number Diff line number Diff line change
Expand Up @@ -1080,8 +1080,8 @@ private void addContactParameters(PhysicsRigidBody body) {
* @param rigidBody (not null, unaffected)
* @param indent (not null)
*/
private void addDynamicProperties(PhysicsRigidBody rigidBody,
String indent) {
private void addDynamicProperties(
PhysicsRigidBody rigidBody, String indent) {
// first line: gravity, CCD, damping, and sleep/activation
addLine(indent);

Expand Down

0 comments on commit 5144952

Please sign in to comment.