Skip to content

Commit b9bf4ee

Browse files
authored
Updated package name in ovf_lut.proto
Proto-package name inf `ovf_lut.proto` was `OpenVectorFormat`, now is `open_vector_format`, thus in line with `open_vector_format.proto` and the protobuf style guide.
1 parent 4805f81 commit b9bf4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovf_lut.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// SOFTWARE.
2222

2323
syntax = "proto3";
24-
package OpenVectorFormat;
24+
package open_vector_format;
2525
option go_package = "github.com/digital-production-aachen/openvectorformat/proto";
2626

2727
// positions are 64bit values in bytes

0 commit comments

Comments
 (0)