summaryrefslogtreecommitdiff
path: root/src/weatherreport/src/weatherreport_check_custodian.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/weatherreport/src/weatherreport_check_custodian.erl')
-rw-r--r--src/weatherreport/src/weatherreport_check_custodian.erl10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/weatherreport/src/weatherreport_check_custodian.erl b/src/weatherreport/src/weatherreport_check_custodian.erl
index 36a6a4c8b..924d1c94f 100644
--- a/src/weatherreport/src/weatherreport_check_custodian.erl
+++ b/src/weatherreport/src/weatherreport_check_custodian.erl
@@ -33,10 +33,12 @@
-module(weatherreport_check_custodian).
-behaviour(weatherreport_check).
--export([description/0,
- valid/0,
- check/1,
- format/1]).
+-export([
+ description/0,
+ valid/0,
+ check/1,
+ format/1
+]).
-include_lib("eunit/include/eunit.hrl").