Browse Source

Minor codestyle fixes

Minor codestyle fixes
534c387a91cce8f8b0f9f1bd59086d716c95b14e
apollo1321 6 months ago
parent
commit
c94facf5aa
2 changed files with 6 additions and 6 deletions
  1. 1 1
      yt/yt/client/api/rpc_proxy/client_impl.cpp
  2. 5 5
      yt/yt/client/driver/driver.cpp

+ 1 - 1
yt/yt/client/api/rpc_proxy/client_impl.cpp

@@ -54,9 +54,9 @@ using namespace NChaosClient;
 using namespace NChunkClient;
 using namespace NConcurrency;
 using namespace NObjectClient;
+using namespace NQueueClient;
 using namespace NRpc;
 using namespace NScheduler;
-using namespace NQueueClient;
 using namespace NTableClient;
 using namespace NTabletClient;
 using namespace NTransactionClient;

+ 5 - 5
yt/yt/client/driver/driver.cpp

@@ -1,7 +1,7 @@
 #include "driver.h"
 
-#include "authentication_commands.h"
 #include "admin_commands.h"
+#include "authentication_commands.h"
 #include "bundle_controller_commands.h"
 #include "chaos_commands.h"
 #include "command.h"
@@ -10,15 +10,15 @@
 #include "distributed_table_commands.h"
 #include "etc_commands.h"
 #include "file_commands.h"
+#include "flow_commands.h"
+#include "internal_commands.h"
 #include "journal_commands.h"
+#include "proxy_discovery_cache.h"
+#include "query_commands.h"
 #include "queue_commands.h"
 #include "scheduler_commands.h"
 #include "table_commands.h"
 #include "transaction_commands.h"
-#include "internal_commands.h"
-#include "proxy_discovery_cache.h"
-#include "query_commands.h"
-#include "flow_commands.h"
 
 #include <yt/yt/client/api/client_cache.h>
 #include <yt/yt/client/api/connection.h>