Skip to content

Commit f181edd

Browse files
committed
fix 20
1 parent 5c71937 commit f181edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/task/include/task.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ class Task {
259259
virtual bool PostProcessingImpl() = 0;
260260

261261
private:
262-
InType input_;
263-
OutType output_;
262+
InType input_{};
263+
OutType output_{};
264264
StateOfTesting state_of_testing_ = kFunc;
265265
TypeOfTask type_of_task_ = kUnknown;
266266
StatusOfTask status_of_task_ = kEnabled;

0 commit comments

Comments
 (0)