Skip to content

Commit

Permalink
style(socket): Remove trailling spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtitimoli committed Nov 13, 2017
1 parent 6d4c57b commit 950537a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/socket/src/send.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const sendNew = (absintheSocket, request) => {
/**
* Sends given request and returns an object (notifier) to track its progress
* (see observe function)
*
*
* @example
* import * as AbsintheSocket from "@absinthe/socket";
*
Expand All @@ -51,7 +51,7 @@ const sendNew = (absintheSocket, request) => {
*
* // This example uses a subscription, but the functionallity is the same for
* // all operation types (queries, mutations and subscriptions)
*
*
* const notifier = AbsintheSocket.send(absintheSocket, {
* operation,
* variables: {userId: 10}
Expand Down

0 comments on commit 950537a

Please sign in to comment.