Skip to content

Commit

Permalink
Reformat files with trailing spaces, see phetsims/chipper#734
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 28, 2019
1 parent 899be22 commit d24f7f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/ohms-law/OhmsLawConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ define( require => {
description: muchMuchSmallerThanString
},
MUCH_SMALLER: {
range: new Range( 0.25, 0.50 ),
range: new Range( 0.25, 0.50 ),
description: muchSmallerThanString
},
SLIGHTLY_SMALLER: {
range: new Range( 0.50, 0.9),
range: new Range( 0.50, 0.9 ),
description: slightlySmallerThanString
},
COMPARABLE: {
Expand All @@ -67,7 +67,7 @@ define( require => {
range: new Range( 2.0, 4.0 ),
description: muchLargerThanString
},
MUCH_MUCH_LARGER:{
MUCH_MUCH_LARGER: {
range: new Range( 4.0, Number.MAX_VALUE ),
description: muchMuchLargerThanString
}
Expand Down

0 comments on commit d24f7f8

Please sign in to comment.