aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranch_tcp.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-05-06 10:14:57 +0200
committerLoïc Hoguin <[email protected]>2019-05-06 10:14:57 +0200
commitea7b1bbf9ae26f0dc77d04565f67293776a65f56 (patch)
treee1789224ca5674b7ff43218ce40bad8e776f0baf /src/ranch_tcp.erl
parentf07391b5eb8ef4f6c22d1666105db9856f5f1b66 (diff)
downloadranch-ea7b1bbf9ae26f0dc77d04565f67293776a65f56.tar.gz
ranch-ea7b1bbf9ae26f0dc77d04565f67293776a65f56.tar.bz2
ranch-ea7b1bbf9ae26f0dc77d04565f67293776a65f56.zip
Fix some whitespace
Diffstat (limited to 'src/ranch_tcp.erl')
-rw-r--r--src/ranch_tcp.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ranch_tcp.erl b/src/ranch_tcp.erl
index b7ece5b..365af26 100644
--- a/src/ranch_tcp.erl
+++ b/src/ranch_tcp.erl
@@ -75,7 +75,7 @@ name() -> tcp.
-spec secure() -> boolean().
secure() ->
- false.
+ false.
messages() -> {tcp, tcp_closed, tcp_error}.