Skip to content

Commit b98cc5c

Browse files
committed
Fix elm-format violation
1 parent fb799cf commit b98cc5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Engage/Http.elm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
module Engage.Http exposing
22
( Config, Error(..)
33
, get, post, patch, put, delete
4-
, requestJson, requestString, requestAnything
4+
, requestJson, requestString, requestAnything, requestBytes
55
, getErrorMessage, urlWithQueryString
66
, configDecoder, serverErrorDecoder, multipleServerErrorDecoder, nullDecoder
7-
, requestBytes
87
)
98

109
{-| Helpers for working with DNN Web API

0 commit comments

Comments
 (0)