Skip to content

Commit 9fad3fc

Browse files
committed
refact: fix indentation
1 parent 199e46c commit 9fad3fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

org.eclipse.tm4e.languageconfiguration/src/main/java/org/eclipse/tm4e/languageconfiguration/internal/ToggleLineCommentHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ public Object execute(@Nullable final ExecutionEvent event) throws ExecutionExce
7777
}
7878

7979
final ContentTypeInfo info = ContentTypeHelper.findContentTypes(document);
80-
if (info == null)
81-
return null;
80+
if (info == null)
81+
return null;
8282

8383
final var contentTypes = info.getContentTypes();
8484
final var command = event.getCommand();

0 commit comments

Comments
 (0)