faker
faker copied to clipboard
Wrongly formatted name in `Faker.Person.It`
https://github.com/elixirs/faker/blob/1f42d2bf89f66214270804196b8863c860237518/lib/faker/person/it.ex#L922-L923
Ran into this while running some tests in my project and using this library to generate names. Some of my validations were failing because of presence of newlines and spaces in the strings, and I noticed that this name here as a newline and a bunch of spaces at the end by mistake.