Skip to content

Commit 12102d8

Browse files
ejpcmacJosé Valim
authored andcommitted
Don’t add parens for defrecord/3 and defrecordp/3 (#7204)
1 parent 67e575e commit 12102d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/elixir/lib/code/formatter.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ defmodule Code.Formatter do
9292

9393
# Stdlib,
9494
defrecord: 2,
95+
defrecord: 3,
9596
defrecordp: 2,
97+
defrecordp: 3,
9698

9799
# Testing
98100
all: :*,

0 commit comments

Comments
 (0)