aboutsummaryrefslogtreecommitdiffstats
path: root/defererr.go
diff options
context:
space:
mode:
Diffstat (limited to 'defererr.go')
-rw-r--r--defererr.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/defererr.go b/defererr.go
index 226e52b..efd6e55 100644
--- a/defererr.go
+++ b/defererr.go
@@ -36,7 +36,7 @@ type functionState struct {
firstErrorDeferEndPos token.Pos
// Error variable assigned in defer.
- deferErrorVar *ast.Ident
+ deferErrorVar *ast.Ident
}
// newFunctionState initialises a new functionState.