Skip to content

Commit 6cd1824

Browse files
committed
modify miss indent
1 parent 33061c9 commit 6cd1824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/embulk/input/bigquery.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def values_to_sym(hashs, key)
7575
h
7676
end
7777

78-
def keys_to_sym(hash)
78+
def keys_to_sym(hash)
7979
ret = {}
8080
hash.each do |key, value|
8181
ret[key.to_sym] = value

0 commit comments

Comments
 (0)