fixed hound blank line

This commit is contained in:
Zanz2 2017-10-05 18:38:44 +02:00
parent 9fd67019e0
commit fc1cd73e1d

View file

@ -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