From 94566526227fcf3205b565edefa7e58408ab3669 Mon Sep 17 00:00:00 2001 From: Glenn Rempe Date: Mon, 11 Apr 2016 23:08:57 -0700 Subject: [PATCH] Extra space --- lib/tss/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tss/cli.rb b/lib/tss/cli.rb index 990f140..42a17d3 100644 --- a/lib/tss/cli.rb +++ b/lib/tss/cli.rb @@ -94,7 +94,7 @@ def combine say('') say('Secret Recovered and Verified!') - say ('') + say('') say("identifier : " + sec[:identifier]) if sec[:identifier].present? say("threshold : " + sec[:threshold].to_s) if sec[:threshold].present? say("processing time (ms) : " + sec[:processing_time_ms].to_s) if sec[:processing_time_ms].present?