Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtropets committed Jul 3, 2024
1 parent 859de52 commit aeecb0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/node/historical_queries_adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ namespace ccf::historical
};
}

ccf::endpoints::ReadOnlyEndpointFunction read_only_adapter_v4(
ccf::endpoints::ReadOnlyEndpointFunction read_only_adapter_v4(
const HandleReadOnlyHistoricalQuery& f,
ccf::AbstractNodeContext& node_context,
const CheckHistoricalTxStatus& available,
Expand All @@ -455,7 +455,7 @@ ccf::endpoints::ReadOnlyEndpointFunction read_only_adapter_v4(
f, node_context, available, extractor, ehandler);
}

ccf::endpoints::EndpointFunction read_write_adapter_v4(
ccf::endpoints::EndpointFunction read_write_adapter_v4(
const HandleReadWriteHistoricalQuery& f,
ccf::AbstractNodeContext& node_context,
const CheckHistoricalTxStatus& available,
Expand Down

0 comments on commit aeecb0d

Please sign in to comment.