Remove extra newline

This commit is contained in:
Calvin Leung Huang
2016-04-14 13:37:38 -04:00
parent 561a523261
commit 9fc219d98a

View File

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