Skip to content

Commit

Permalink
代码格式化
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetnow committed Mar 26, 2024
1 parent ed69bdc commit a47ba58
Show file tree
Hide file tree
Showing 30 changed files with 154 additions and 154 deletions.
2 changes: 1 addition & 1 deletion city/map/v2/lane_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ syntax = "proto3";
package city.map.v2;

import "city/geo/v2/geo.proto";
import "city/person/v1/motion.proto";
import "city/map/v2/light.proto";
import "city/person/v1/motion.proto";

service LaneService {
// 设置Lane的最大速度(限速)
Expand Down
1 change: 1 addition & 0 deletions city/map/v2/light.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ message AvailablePhase {
// corresponds one-to-one with junction.lane_ids
repeated LightState states = 1;
}

// 交通灯
// traffic light
message TrafficLight {
Expand Down
1 change: 0 additions & 1 deletion city/map/v2/map.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ syntax = "proto3";
package city.map.v2;

import "city/geo/v2/geo.proto";

import "city/map/v2/light.proto";

// 本文件描述地图的数据结构定义
Expand Down
22 changes: 11 additions & 11 deletions go/city/agent/v2/agent.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go/city/agent/v2/agent_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions go/city/comm/input/v1/comm.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions go/city/economy/v1/economy.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a47ba58

Please sign in to comment.