Skip to content

Commit 3e5cc4c

Browse files
Fix style (#990)
1 parent d515049 commit 3e5cc4c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dumper/app/src/main/java/com/google/edwmigration/dumper/application/dumper/connector/snowflake/SnowflakeLogsConnector.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,7 @@ enum TimeSeriesView {
429429
QueryAttributionHistoryFormat.Header.class,
430430
QueryAttributionHistoryFormat.ZIP_ENTRY_PREFIX,
431431
TimeSeriesColumn.END_TIME,
432-
SnowflakeLogsConnectorProperty.QUERY_ATTRIBUTION_HISTORY_OVERRIDE_QUERY
433-
),
432+
SnowflakeLogsConnectorProperty.QUERY_ATTRIBUTION_HISTORY_OVERRIDE_QUERY),
434433
REPLICATION_GROUP_USAGE_HISTORY(
435434
ReplicationGroupUsageHistoryFormat.Header.class,
436435
ReplicationGroupUsageHistoryFormat.ZIP_ENTRY_PREFIX,

dumper/app/src/main/java/com/google/edwmigration/dumper/application/dumper/connector/snowflake/SnowflakeLogsConnectorProperty.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ enum SnowflakeLogsConnectorProperty implements ConnectorProperty {
4949
"Custom query for query acceleration history dump"),
5050
QUERY_ATTRIBUTION_HISTORY_OVERRIDE_QUERY(
5151
"snowflake.query_attribution_history.query",
52-
"Custom query for query attribution history dump"
53-
),
52+
"Custom query for query attribution history dump"),
5453
REPLICATION_GROUP_USAGE_HISTORY_OVERRIDE_QUERY(
5554
"snowflake.replication_group_usage_history.query",
5655
"Custom query for replication group usage history dump"),

0 commit comments

Comments
 (0)