Skip to content

Commit 59f74cb

Browse files
committed
chore(refactor): remove unnecessary whitespaces
1 parent fa4a4f5 commit 59f74cb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

packages/nhost_graphql_adapter/lib/src/create_client.dart

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,26 @@ import '../nhost_graphql_adapter.dart';
3030
/// [defaultPolicies] (optional) default fetch and error policies for queries,
3131
/// mutations, and subscriptions.
3232
/// {@endtemplate}
33-
///
33+
///
3434
/// {@template nhost.graphqlClient.alwaysRebroadcast}
3535
/// [alwaysRebroadcast] (optional) if true, always rebroadcasts changes to
3636
/// listeners, even if data is unchanged.
3737
/// {@endtemplate}
38-
///
38+
///
3939
/// {@template nhost.graphqlClient.deepEquals}
4040
/// [deepEquals] (optional) function to compare query results for deep equality.
4141
/// {@endtemplate}
42-
///
42+
///
4343
/// {@template nhost.graphqlClient.asyncDeepEquals}
4444
/// [asyncDeepEquals] (optional) async function to compare query results for
4545
/// deep equality.
4646
/// {@endtemplate}
47-
///
47+
///
4848
/// {@template nhost.graphqlClient.deduplicatePollers}
4949
/// [deduplicatePollers] (optional) if true, deduplicates polling queries to
5050
/// avoid duplicate requests.
5151
/// {@endtemplate}
52-
///
52+
///
5353
/// {@template nhost.graphqlClient.queryRequestTimeout}
5454
/// [queryRequestTimeout] (optional) timeout duration for query requests.
5555
/// Defaults to 1 minute.
@@ -93,19 +93,19 @@ GraphQLClient createNhostGraphQLClient(
9393
/// {@macro nhost.graphqlClient.defaultHeaders}
9494
///
9595
/// {@macro nhost.graphqlClient.httpClientOverride}
96-
///
96+
///
9797
/// {@macro nhost.graphqlClient.defaultPolicies}
98-
///
98+
///
9999
/// {@macro nhost.graphqlClient.alwaysRebroadcast}
100-
///
100+
///
101101
/// {@macro nhost.graphqlClient.deepEquals}
102-
///
102+
///
103103
/// {@macro nhost.graphqlClient.asyncDeepEquals}
104-
///
104+
///
105105
/// {@macro nhost.graphqlClient.deduplicatePollers}
106-
///
106+
///
107107
/// {@macro nhost.graphqlClient.queryRequestTimeout}
108-
///
108+
///
109109
GraphQLClient createNhostGraphQLClientForAuth(
110110
String nhostGqlEndpointUrl,
111111
HasuraAuthClient nhostAuth, {

0 commit comments

Comments
 (0)