manunamz 8514601d06
gsub -> gsub!
In case you were exerting a coding style opinion, feel free to ignore this pull request.

The following are equivalent, as far as I understand, so some chars can be deleted 🙂:

`current_note.content = current_note.content.gsub()` == `current_note.content.gsub!()`
2021-06-11 20:51:41 -04:00
..
2021-06-11 20:51:41 -04:00