Commit d9e7e8a9 authored by groot's avatar groot
Browse files

fix job.h header cpplint error


Former-commit-id: c766e9fd95397baffff0f39f9c01983d7ec7544b
parent ff291b89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

#include "Job.h"
#include "scheduler/job/Job.h"

namespace milvus {
namespace scheduler {