diff --git a/tensorflow_io/core/filesystems/s3/aws_logging.h b/tensorflow_io/core/filesystems/s3/aws_logging.h index 465f06a3b..53ef7abab 100644 --- a/tensorflow_io/core/filesystems/s3/aws_logging.h +++ b/tensorflow_io/core/filesystems/s3/aws_logging.h @@ -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 {