Skip to content

Commit 8b87888

Browse files
committed
Made order_distributer export only API functions
1 parent 857d891 commit 8b87888

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

order_distributer.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
-module(order_distributer).
2-
-compile(export_all).
2+
-export([start/1]).
3+
-export([add_order/2, remove_order/2, is_order/2]).
34

45
-record(order, {floor, direction}).
56

0 commit comments

Comments
 (0)