Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Match surrounding formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyssmith2nd committed Apr 10, 2020
1 parent 9c1edfb commit a8b7106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/include/eosio/gen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ struct generation_utils {
}
else if ( is_template_specialization( type, {"vector", "set", "deque", "list"} ) ) {
auto t =translate_type(get_template_argument( type ).getAsType());
if (t=="int8" || t=="uint8") {
if ( t=="int8" || t=="uint8" ) {
return "bytes";
} else {
return t+"[]";
Expand Down

0 comments on commit a8b7106

Please sign in to comment.