Fix rubocop

Stephen Paul Weber created

Change summary

sgx_jmp.rb | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Detailed changes

sgx_jmp.rb 🔗

@@ -915,8 +915,7 @@ Command.new(
 		}.then { |response|
 			new_jid = response.form.field("jid").value
 			repo = Command.execution.customer_repo
-			repo.find_by_jid(new_jid)
-				.catch_only(CustomerRepo::NotFound) { nil }
+			repo.find_by_jid(new_jid).catch_only(CustomerRepo::NotFound) { nil }
 				.then { |cust|
 					next EMPromise.reject("Customer Already Exists") if cust