Skip to content

Commit

Permalink
apply lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dante-lee committed Jan 22, 2025
1 parent 2a79908 commit 0edd37f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tensorflow_io/core/filesystems/s3/aws_logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ class AWSLogSystem : public Aws::Utils::Logging::LogSystemInterface {
static void ShutdownAWSLogging();

explicit AWSLogSystem(Aws::Utils::Logging::LogLevel log_level);
virtual ~AWSLogSystem() {
ShutdownAWSLogging();
}
virtual ~AWSLogSystem() { ShutdownAWSLogging(); }

// Gets the currently configured log level.
Aws::Utils::Logging::LogLevel GetLogLevel(void) const override {
Expand Down

0 comments on commit 0edd37f

Please sign in to comment.