Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lordgamez committed Jul 20, 2023
1 parent c3a8ad8 commit 9dcca29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/aws/processors/PutS3Object.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace org::apache::nifi::minifi::aws::processors {

namespace {
class ReadCallback {
public:
public:
ReadCallback(uint64_t flow_size, const minifi::aws::s3::PutObjectRequestParameters& options, aws::s3::S3Wrapper& s3_wrapper,
uint64_t multipart_threshold, uint64_t multipart_size, core::logging::Logger& logger)
: flow_size_(flow_size),
Expand Down

0 comments on commit 9dcca29

Please sign in to comment.