Skip to content

Commit 4ab7e54

Browse files
SAPRD2daveshanley
authored andcommitted
gofumpt-ed files
1 parent 02463e4 commit 4ab7e54

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

helpers/regex_maker.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
)
99

1010
func GetRegexForPath(tpl string) (*regexp.Regexp, error) {
11-
1211
// Check if it is well-formed.
1312
idxs, errBraces := BraceIndices(tpl)
1413
if errBraces != nil {

parameters/path_parameters_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,6 @@ paths:
14451445
}
14461446

14471447
func TestNewValidator_ODataFormattedOpenAPISpecs(t *testing.T) {
1448-
14491448
spec := `openapi: 3.0.0
14501449
paths:
14511450
/entities('{Entity}'):
@@ -1498,5 +1497,4 @@ paths:
14981497
valid, errors = v.ValidatePathParams(request)
14991498
assert.False(t, valid)
15001499
assert.Len(t, errors, 1)
1501-
15021500
}

paths/paths_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,6 @@ paths:
697697
}
698698

699699
func TestNewValidator_ODataFormattedOpenAPISpecs(t *testing.T) {
700-
701700
spec := `openapi: 3.0.0
702701
paths:
703702
/entities('{Entity}'):

0 commit comments

Comments
 (0)