Skip to content

Commit

Permalink
Apply WebStorm formatting, see phetsims/phet-info#155
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 26, 2021
1 parent c240f5b commit 1bf7546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/getStandardAirPressure.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Constants from '../Constants.js';
* @returns {number} standard air pressure at the specified height from ground
*/
const getStandardAirPressure = height => Utils.linear( 0, 150, Constants.EARTH_AIR_PRESSURE,
Constants.EARTH_AIR_PRESSURE_AT_500_FT, height );
Constants.EARTH_AIR_PRESSURE_AT_500_FT, height );

fluidPressureAndFlow.register( 'getStandardAirPressure', getStandardAirPressure );

Expand Down

0 comments on commit 1bf7546

Please sign in to comment.