aboutsummaryrefslogtreecommitdiffstats
path: root/defererr.go
diff options
context:
space:
mode:
authorTeddy Wing2023-05-26 01:24:45 +0200
committerTeddy Wing2023-05-26 01:24:45 +0200
commitec52bd27685fef75ffe76333989760f3cf551743 (patch)
tree950018ca60991c94a00da9399e0d6cac8ccc249e /defererr.go
parent00707a7693c67076898556f2f5de2c8db46a0463 (diff)
downloadgodefererr-ec52bd27685fef75ffe76333989760f3cf551743.tar.bz2
functionState: Format fields after doc comment addition
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.