Commit a05cebf5 authored by starlord's avatar starlord
Browse files

fix job.h header cpplint error


Former-commit-id: c5bfb2f7acdfad00adf818b9cc4b20ce42b7c9e1
parent a78e928d
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 {