Skip to content

Commit 9eac21f

Browse files
Fix wsl linter errors: add blank lines between var declarations
1 parent b7fc585 commit 9eac21f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)