From b0bb4bad70c8cc10cd4019c08b7caf86747d3c07 Mon Sep 17 00:00:00 2001 From: Kapil Singh Date: Tue, 16 Jul 2024 15:29:08 +0530 Subject: [PATCH] Remove white space --- velox/type/TimestampConversion.h | 1 + 1 file changed, 1 insertion(+) diff --git a/velox/type/TimestampConversion.h b/velox/type/TimestampConversion.h index 1eab930e45e0..5f5e04cfcfe3 100644 --- a/velox/type/TimestampConversion.h +++ b/velox/type/TimestampConversion.h @@ -221,4 +221,5 @@ Timestamp fromDatetime(int64_t daysSinceEpoch, int64_t microsSinceMidnight); /// Returns the number of days since epoch for a given timestamp and optional /// time zone. int32_t toDate(const Timestamp& timestamp, const date::time_zone* timeZone_); + } // namespace facebook::velox::util