Skip to content

Commit bae2e00

Browse files
Fix wsl linter errors: add blank lines between var declarations
1 parent 100d6d5 commit bae2e00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/analysis/numericbounds/analyzer.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ func checkNumericTypeExpr(pass *analysis.Pass, expr ast.Expr, node ast.Node, mar
118118

119119
// Handle both fields and type aliases
120120
var markerSet markershelper.MarkerSet
121+
121122
var isSlice bool
123+
122124
var pos ast.Node
123125

124126
switch n := node.(type) {

0 commit comments

Comments
 (0)