Skip to content

Commit

Permalink
Update feature_signature_def.cc (#4024)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shouren committed Feb 19, 2025
1 parent 1341f28 commit c1766bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hybridse/src/udf/default_defs/feature_signature_def.cc
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ struct GCFormat {
}

std::string Output() {
std::string instance_index_str = "";
std::string instance_index_str = " ";
if (instance_index >= 0) {
instance_index_str = " " + std::to_string(instance_index);
}
Expand Down

0 comments on commit c1766bb

Please sign in to comment.