Skip to content

Commit 98c007d

Browse files
authored
fix typo
1 parent 7edc020 commit 98c007d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sentry/config.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ defmodule Sentry.Config do
495495

496496
@valid_keys Keyword.keys(@raw_opts_schema)
497497

498-
defp opts_schema do: NimbleOptions.new!(@raw_opts_schema)
498+
defp opts_schema, do: NimbleOptions.new!(@raw_opts_schema)
499499

500500
@spec validate!() :: keyword()
501501
def validate! do

0 commit comments

Comments
 (0)