Not committed with previous commit

This commit is contained in:
BoykoAlex
2018-08-21 18:33:08 -04:00
parent a4734b8029
commit 515d2887c7

View File

@@ -225,7 +225,7 @@ public class LiveHoverUtils {
return ImmutableList.of(codeLens);
} else {
return null;
return ImmutableList.of();
}
}