Skip to content

Commit bdeae70

Browse files
committed
fmt
1 parent f02828e commit bdeae70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pb/tzf/v1/tzinfo.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ message InlinePoints {
130130
message RingSegment {
131131
oneof content {
132132
InlinePoints inline = 1;
133-
int32 edge_forward = 2; // index into TopoTimezones.shared_edges (canonical direction)
134-
int32 edge_reversed = 3; // index into TopoTimezones.shared_edges (reversed direction)
133+
int32 edge_forward = 2; // index into TopoTimezones.shared_edges (canonical direction)
134+
int32 edge_reversed = 3; // index into TopoTimezones.shared_edges (reversed direction)
135135
}
136136
}
137137

0 commit comments

Comments
 (0)