Skip to content

Commit 8e89434

Browse files
authored
code style
1 parent bd406fa commit 8e89434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ func NewAwsS3ReverseProxy(opts Options) (*Handler, error) {
100100
}
101101
return handler, nil
102102
}
103+
103104
func main() {
104105
opts := NewOptions()
105106
handler, err := NewAwsS3ReverseProxy(opts)

0 commit comments

Comments
 (0)