Skip to content

Commit fcce90d

Browse files
committed
Reindent gen_server export list
1 parent 0d64ef6 commit fcce90d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

snippets/erlang.snippets

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,12 @@ snippet gen_server
120120
]).
121121

122122
%% gen_server callbacks
123-
-export([init/1, handle_call/3, handle_cast/2, handle_info/2,
124-
terminate/2, code_change/3]).
123+
-export([init/1,
124+
handle_call/3,
125+
handle_cast/2,
126+
handle_info/2,
127+
terminate/2,
128+
code_change/3]).
125129

126130
-define(SERVER, ?MODULE).
127131

0 commit comments

Comments
 (0)