diff --git a/lib/faker.ex b/lib/faker.ex index eebcb74a..568c009a 100644 --- a/lib/faker.ex +++ b/lib/faker.ex @@ -105,7 +105,7 @@ defmodule Faker do true """ @spec random_uniform() :: float - def random_uniform do + def random_uniform() do Application.get_env(:faker, :random_module).random_uniform() end