Skip to content

Commit 487f990

Browse files
GSMLG-BOTclaude
andcommitted
fix: resolve formatting issue in registry module
Add missing blank line in registry.ex to pass mix format --check-formatted. This was causing CI failures on all PRs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent e937cc4 commit 487f990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/dns/message/record/data/registry.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ defmodule DNS.Message.Record.Data.Registry do
5050
ArgumentError ->
5151
# Table doesn't exist, try to initialize and retry once
5252
ensure_registry_initialized()
53+
5354
case :ets.lookup(@type_table, type) do
5455
[{^type, module}] -> {:ok, module}
5556
[] -> {:error, :not_found}

0 commit comments

Comments
 (0)