Skip to content

Commit

Permalink
adjust the style
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaipanda committed Mar 17, 2020
1 parent 07757c1 commit ebe7b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/producer_api_plugin/producer_api_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void producer_api_plugin::plugin_startup() {
CALL(producer, producer, get_integrity_hash,
INVOKE_R_V(producer, get_integrity_hash), 201),
CALL(producer, producer, create_snapshot,
INVOKE_R_R(producer, create_snapshot, producer_plugin::export_snapshot_type), 201)
INVOKE_R_R(producer, create_snapshot, producer_plugin::export_snapshot_type), 201),
});
}

Expand Down

0 comments on commit ebe7b84

Please sign in to comment.