Skip to content

Commit 1cc4dc6

Browse files
committed
Drop empty parentheses on zero-arity helper
1 parent 7a7959a commit 1cc4dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/xlsx_reader/styles.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ defmodule XlsxReader.Styles do
109109
defp get_known_style(num_fmt_id),
110110
do: Map.get(@known_styles, num_fmt_id)
111111

112-
defp default_supported_custom_formats(),
112+
defp default_supported_custom_formats,
113113
do: [
114114
{"0.0%", :percentage},
115115
{~r/\Add?\/mm?\/yy(?:yy)\z/, :date},

0 commit comments

Comments
 (0)