From 9fc219d98af7bac3b610a781953874703b0f5a93 Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang Date: Thu, 14 Apr 2016 13:37:38 -0400 Subject: [PATCH] Remove extra newline --- lib/zanzibar.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/zanzibar.rb b/lib/zanzibar.rb index 1d7e6c5..5900d4b 100644 --- a/lib/zanzibar.rb +++ b/lib/zanzibar.rb @@ -130,7 +130,6 @@ module Zanzibar # Calls get get_fieldlabel_value() # @param [Integer] the secret id # @return [String] the password for the given secret - def get_password(scrt_id) return get_fieldlabel_value(scrt_id) end