Skip to content

Commit c1766bb

Browse files
committed
Update feature_signature_def.cc (#4024)
1 parent 1341f28 commit c1766bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hybridse/src/udf/default_defs/feature_signature_def.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ struct GCFormat {
276276
}
277277

278278
std::string Output() {
279-
std::string instance_index_str = "";
279+
std::string instance_index_str = " ";
280280
if (instance_index >= 0) {
281281
instance_index_str = " " + std::to_string(instance_index);
282282
}

0 commit comments

Comments
 (0)