mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 23:42:25 +08:00
ci: Redo format.sh --all script & backfill lint fixes (#9956)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <ray/api/serializer.h>
|
||||
|
||||
#include <msgpack.hpp>
|
||||
|
||||
namespace ray {
|
||||
|
||||
@@ -2,9 +2,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
|
||||
#include <msgpack.hpp>
|
||||
#include <utility>
|
||||
|
||||
#include "ray/core.h"
|
||||
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <ray/api/wait_result.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <msgpack.hpp>
|
||||
#include <typeinfo>
|
||||
#include <vector>
|
||||
|
||||
#include <ray/api/wait_result.h>
|
||||
#include "ray/core.h"
|
||||
|
||||
namespace ray {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <ray/api/ray_exception.h>
|
||||
|
||||
#include <msgpack.hpp>
|
||||
|
||||
namespace ray {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "ray/core.h"
|
||||
|
||||
namespace ray {
|
||||
|
||||
Reference in New Issue
Block a user