Skip to content

Commit aa94714

Browse files
committed
Rubocop: whitespace
1 parent e787f7c commit aa94714

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

helpers/sql-processor/lib/opentelemetry/helpers/sql_processor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module Helpers
1313
#
1414
# This module provides a unified interface for SQL processing operations
1515
# commonly needed in database adapter instrumentation, including SQL obfuscation.
16-
#
16+
#
1717
# @api public
1818
module SqlProcessor
1919
module_function

helpers/sql-processor/lib/opentelemetry/helpers/sql_processor/obfuscator.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ module Obfuscator
5454
mysql: %i[single_quotes double_quotes numeric_literals boolean_literals
5555
hexadecimal_literals comments multi_line_comments],
5656
postgres: %i[single_quotes dollar_quotes uuids numeric_literals
57-
boolean_literals comments multi_line_comments],
57+
boolean_literals comments multi_line_comments],
5858
sqlite: %i[single_quotes numeric_literals boolean_literals hexadecimal_literals
59-
comments multi_line_comments],
59+
comments multi_line_comments],
6060
oracle: %i[single_quotes oracle_quoted_strings numeric_literals comments
61-
multi_line_comments],
61+
multi_line_comments],
6262
cassandra: %i[single_quotes uuids numeric_literals boolean_literals
6363
hexadecimal_literals comments multi_line_comments]
6464
}.freeze

0 commit comments

Comments
 (0)