Skip to content

Commit f4ec887

Browse files
committed
Missed method in regex search/replace
1 parent e7cd10e commit f4ec887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/graphqlservice/GraphQLService.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,8 +1494,8 @@ class [[nodiscard("unnecessary construction")]] Request
14941494
[[nodiscard("unnecessary call")]] GRAPHQLSERVICE_EXPORT std::list<schema_error> validate(
14951495
peg::ast& query) const;
14961496

1497-
GRAPHQLSERVICE_EXPORT
1498-
[[nodiscard("unnecessary call")]] std::pair<std::string_view, const peg::ast_node*>
1497+
[[nodiscard("unnecessary call")]] GRAPHQLSERVICE_EXPORT std::pair<std::string_view,
1498+
const peg::ast_node*>
14991499
findOperationDefinition(peg::ast& query, std::string_view operationName) const;
15001500

15011501
[[nodiscard("unnecessary call")]] GRAPHQLSERVICE_EXPORT response::AwaitableValue resolve(

0 commit comments

Comments
 (0)