mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix alignment after first argument in call (PY-6360)
This commit is contained in:
@@ -55,7 +55,7 @@ public class PyPsiUtils {
|
||||
}
|
||||
|
||||
@Nullable
|
||||
protected static ASTNode getNextComma(ASTNode after) {
|
||||
public static ASTNode getNextComma(ASTNode after) {
|
||||
ASTNode node = after;
|
||||
PyElementType comma = PyTokenTypes.COMMA;
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user