Skip to content

Commit

Permalink
apply fixes for allow-parens as needed lint rule, phetsims/chipper#790
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Sep 19, 2019
1 parent e5d64ef commit 41a8dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/sound-generators/RadioButtonSoundGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ define( require => {

super( options.baseSound, options );

const playRadioButtonSound = ( selectedItem ) => {
const playRadioButtonSound = selectedItem => {

const itemIndex = items.indexOf( selectedItem );
assert && assert( itemIndex >= 0 );
Expand Down

0 comments on commit 41a8dbb

Please sign in to comment.