Skip to content

Commit 68f36c2

Browse files
nixel2007Copilot
andauthored
Apply code review suggestions
Co-authored-by: Copilot <[email protected]>
1 parent 0e367e4 commit 68f36c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/_1c_syntax/bsl/languageserver/cfg/ConditionalVertex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void onConnectOutgoing(ControlFlowGraph graph, CfgVertex target, CfgEd
5959
super.onConnectOutgoing(graph, target, edge);
6060

6161
if (edge.getType() != CfgEdgeType.TRUE_BRANCH && edge.getType() != CfgEdgeType.FALSE_BRANCH) {
62-
throw new FlowGraphLinkException("Can't add edge " + this + "->"+target + "\n"
62+
throw new FlowGraphLinkException("Can't add edge " + this + "-> " + target + "\n"
6363
+"Edge type " + edge.getType() + " is forbidden here.");
6464
}
6565
}

0 commit comments

Comments
 (0)