Skip to content

Commit

Permalink
fix trigger happy reviewdog change
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Oct 14, 2023
1 parent f4efe3a commit 0a74e62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/consumers/aws-s3/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ func main() {
}
}

func sendToS3(filename, bucket, region string, data []byte) {
func sendToS3(filename, bucket, region string, data []byte) {
func sendToS3(filename, bucket, region string, data []byte) {
func sendToS3(filename, bucket, region string, data []byte) {
sess, err := session.NewSession(&aws.Config{
Region: aws.String(region),
Expand Down

0 comments on commit 0a74e62

Please sign in to comment.