Update core/src/scheduler/JobMgr.cpp: format include (#2046)

Signed-off-by: qingyigudu <sore_loner@sohu.com>
This commit is contained in:
phantom 2020-04-23 10:25:46 +08:00 committed by GitHub
parent 44e8e02065
commit ea5c9f0178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,8 @@
#include "scheduler/JobMgr.h"
#include <src/db/Utils.h>
#include <src/segment/SegmentReader.h>
#include "src/db/Utils.h"
#include "src/segment/SegmentReader.h"
#include <limits>
#include <utility>