From 49fb7f3e3a69049efd86989b14914dc8201aca1d Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Mon, 4 May 2020 23:56:12 -0700 Subject: [PATCH] Fix credo --- apps/cf_http/lib/cf_http/devices/device.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cf_http/lib/cf_http/devices/device.ex b/apps/cf_http/lib/cf_http/devices/device.ex index d1880e5cd..8e4d8e242 100644 --- a/apps/cf_http/lib/cf_http/devices/device.ex +++ b/apps/cf_http/lib/cf_http/devices/device.ex @@ -1,6 +1,6 @@ defmodule CfHttp.Devices.Device do @moduledoc """ - Yeah baby moduledoc! + Manages Device things """ use Ecto.Schema