Versent / unicreds

unicreds is a CLI which manages secrets in AWS using DynamoDB and KMS.
https://github.com/Versent/unicreds
MIT License
117 stars 40 forks source link

cosmetic: re-declaring the type is not needed #85

Open aerostitch opened 5 years ago

aerostitch commented 5 years ago

This is just something that caught my eye reading the code. There is a redundant type declaration in that function declaration. This PR fixes that ;)