mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-28 11:14:24 +08:00
fixed hound blank line
This commit is contained in:
parent
9fd67019e0
commit
fc1cd73e1d
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ module ProtocolsImporter
|
|||
|
||||
def import_new_protocol(protocol_json, team, type, user)
|
||||
remove_empty_inputs(protocol_json)
|
||||
|
||||
protocol = Protocol.new(
|
||||
name: protocol_json["name"],
|
||||
description: protocol_json["description"],
|
||||
|
@ -42,7 +41,6 @@ module ProtocolsImporter
|
|||
protocol
|
||||
end
|
||||
|
||||
|
||||
private
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue