Skip to content

Commit ec2fdbb

Browse files
committed
Reformats TODO
1 parent d10cd4c commit ec2fdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pyright-scip/src/treeVisitor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ export class TreeVisitor extends ParseTreeWalker {
13921392
node: ParseNode,
13931393
symbol: ScipSymbol,
13941394
role: number = scip.SymbolRole.ReadAccess,
1395-
// TODO: should lambda have an enclosing range?
1395+
// TODO(issue: https://github.com/sourcegraph/scip-python/issues/134)
13961396
decl?: FunctionNode | ClassNode
13971397
): void {
13981398
softAssert(symbol.value.trim() == symbol.value, `Invalid symbol ${node} -> ${symbol.value}`);

0 commit comments

Comments
 (0)