Skip to content

Commit

Permalink
cleanup rubocop issue Style/EmptyMethod
Browse files Browse the repository at this point in the history
cleanuped by rubocop --auto-correct

Signed-off-by: Li Zhijian <[email protected]>
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
zhijianli88 authored and rli9 committed Oct 11, 2017
1 parent c90ea43 commit 4af159d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/data_store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@ def save_config
save_yaml data, path(CONFIG_FILE)
end

def from_data(data)
end
def from_data(data); end

def to_data
{}
Expand Down

0 comments on commit 4af159d

Please sign in to comment.