For example,
-(defun elisp-format-string-length ()⏎
+(defun elisp-format-string-length () ⏎
"Return string length."⏎
- (- (elisp-format-string-end-position)⏎
+ (- (elisp-format-string-end-position) ⏎
(elisp-format-string-beg-position)))⏎
If you run elisp-format on itself and git diff, you’ll see many more examples of this.
(I’m using Emacs 26.1 on Ubuntu 18.04.)