Skip to content

Commit 27c5716

Browse files
authored
Fix broken code example in Protobuf.TransformModule docs (#383)
1 parent 0f5e070 commit 27c5716

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/protobuf/transform_module.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ defmodule Protobuf.TransformModule do
1313
defmodule StringMessage do
1414
use Protobuf, syntax: :proto3
1515
16-
defstruct [:value]
17-
1816
field :value, 1, type: :string
1917
2018
def transform_module(), do: MyTransformModule

0 commit comments

Comments
 (0)