Browse Source

Style tweak.

Tim Fletcher 17 years ago
parent
commit
64dead3df2
1 changed files with 6 additions and 2 deletions
  1. 6 2
      src/oauth.erl

+ 6 - 2
src/oauth.erl

@@ -1,7 +1,11 @@
 -module(oauth).
 -module(oauth).
 
 
--export([get/2, get/3, get/4]).
--export([post/2, post/3, post/4]).
+-export([get/2]).
+-export([get/3]).
+-export([get/4]).
+-export([post/2]).
+-export([post/3]).
+-export([post/4]).
 
 
 
 
 get(URL, Consumer) ->
 get(URL, Consumer) ->