Skip to content

Commit 9786934

Browse files
authored
Remove errant space at end of line
1 parent 5bafa8a commit 9786934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/Decls.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ class ReceiverDecl extends FieldBase, Documentable, ExprParent {
667667
* func f4(input string) (output string, err error) { return}
668668
* func f5(e error) (x, y int) { return }
669669
* ```
670-
*
670+
*
671671
* Note: `x, y int` is a single `ResultVariableDecl` even though it declares
672672
* two different result variables. Use the member predicate `getTypeExpr()` to
673673
* get `int`, `getNameExpr(0)` to get `x` and `getNameExpr(1)` to get `y`.

0 commit comments

Comments
 (0)