ci: Redo format.sh --all script & backfill lint fixes (#9956)

This commit is contained in:
Barak Michener
2020-08-07 16:49:49 -07:00
committed by GitHub
parent 1d01c668f0
commit 8e76796fd0
147 changed files with 702 additions and 636 deletions
@@ -1,4 +1,5 @@
#include <thread>
#include "event_service.h"
#include "gtest/gtest.h"
@@ -2,7 +2,6 @@
#include <string>
#include "gtest/gtest.h"
#include "message/message.h"
#include "message/message_bundle.h"
+1 -2
View File
@@ -1,10 +1,9 @@
#pragma once
#include "hiredis/hiredis.h"
#include "ray/common/test_util.h"
#include "ray/util/filesystem.h"
#include "hiredis/hiredis.h"
namespace ray {
namespace streaming {
@@ -1,5 +1,4 @@
#include "gtest/gtest.h"
#include "util/streaming_util.h"
using namespace ray;