Skip to content

Commit c8e1785

Browse files
committed
Change: Linter changes
1 parent 89fe10e commit c8e1785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/httpassert/request.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ func (s *starter) Getf(format string, a ...interface{}) Request {
132132
func (s *starter) Options(path string) Request {
133133
return s.newRequest(http.MethodOptions, path)
134134
}
135+
135136
func (s *starter) Optionsf(format string, a ...interface{}) Request {
136137
return s.newRequest(http.MethodOptions, fmt.Sprintf(format, a...))
137138
}

0 commit comments

Comments
 (0)