From 0edd37f2d00f53c7e5785b8c3ec2c4033c5bca28 Mon Sep 17 00:00:00 2001 From: "dante.lee" Date: Wed, 22 Jan 2025 09:17:58 +0900 Subject: [PATCH] apply lint --- tensorflow_io/core/filesystems/s3/aws_logging.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 {