Skip to content

Commit 10e6bd7

Browse files
committed
qfFix
1 parent 6f192e4 commit 10e6bd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/github/_1c_syntax/bsl/languageserver/context/DocumentContext.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ public Map<SupportConfiguration, SupportVariant> getSupportVariants() {
239239
}
240240

241241
public Optional<AbstractMDObjectBase> getMdObject() {
242-
return Optional.ofNullable((AbstractMDObjectBase) getServerContext().getConfiguration().getModulesByObject().get(getUri()));
242+
return Optional
243+
.ofNullable((AbstractMDObjectBase) getServerContext().getConfiguration().getModulesByObject().get(getUri()));
243244
}
244245

245246
public List<SDBLTokenizer> getQueries() {

0 commit comments

Comments
 (0)