Skip to content

Commit

Permalink
Fixed a styleing issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanPrazeres committed May 27, 2024
1 parent c603da7 commit 6cb70d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ bool PianoKeyboardController::pianoKeyboardNotatedPitch() const

void PianoKeyboardController::setPianoKeyboardNotatedPitch(bool state)
{
if(m_pianoKeyboardNotatedPitch == state){
if (m_pianoKeyboardNotatedPitch == state) {
return;
}

Expand Down

0 comments on commit 6cb70d8

Please sign in to comment.