mirror of
https://github.com/wassname/ray.git
synced 2026-08-02 13:01:01 +08:00
fix lint (#10315)
This commit is contained in:
@@ -18,8 +18,7 @@ static int node_manager_port;
|
||||
|
||||
class StreamingQueueTest : public StreamingQueueTestBase {
|
||||
public:
|
||||
StreamingQueueTest()
|
||||
: StreamingQueueTestBase(1, node_manager_port) {}
|
||||
StreamingQueueTest() : StreamingQueueTestBase(1, node_manager_port) {}
|
||||
};
|
||||
|
||||
class StreamingWriterTest : public StreamingQueueTestBase {
|
||||
|
||||
Reference in New Issue
Block a user