Skip to content

Commit

Permalink
Fix for pgourlain#226
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtek Surowka committed Feb 2, 2022
1 parent cf0a8ae commit 76b8422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/erlangbridge/src/lsp_handlers.erl
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ formatting(Contents) ->
file:delete(TempFile),
UpdatedContents.

-endif
-else
-endif.
-else.

formatting(Contents) ->
TempFile = mktemp(Contents),
Expand Down

0 comments on commit 76b8422

Please sign in to comment.