unicreds
unicreds copied to clipboard
cosmetic: re-declaring the type is not needed
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 ;)