Skip to content

Commit 5b39712

Browse files
committed
Fixes minor rubocop offense
1 parent d0fe35d commit 5b39712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/daru/io/importers/json.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def initialize(*columns, order: nil, index: nil, **named_columns)
5454
# @param instance [Array or Hash] A JSON structure, comprising of Arrays and Hashes.
5555
#
5656
# @return [Daru::DataFrame]
57-
#
57+
#
5858
# @example Importing from a JSON structure
5959
# df = default_instance.from({a: [1,3], b: [2,4]})
6060
#

0 commit comments

Comments
 (0)